#2EC4BD

Color #2EC4BD Light Sea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Sea Green #2EC4BD

Tints of Light Sea Green #2EC4BD

Color information

#2EC4BD (or 0x2EC4BD) is unknown color: approx Light Sea Green. HEX triplet: 2E, C4 and BD. RGB value is (46,196,189). Sum of RGB (Red+Green+Blue) = 46+196+189=431 (57% of max value = 765). Red value is 46 (18.36% from 255 or 10.67% from 431); Green value is 196 (76.95% from 255 or 45.48% from 431); Blue value is 189 (74.22% from 255 or 43.85% from 431); Max value from RGB is 196 - color contains mainly: green. Hex color #2EC4BD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2EC4BD is #D13B42. Grayscale: #969696. Windows color (decimal): -13712195 or 12436526. OLE color: 12436526.

HSL color Cylindrical-coordinate representation of color #2EC4BD: hue angle of 177.2º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2EC4BD is Cyan = 0.77, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.23.

Color convert

RGB46196189-
CMYK0.7700.040.23
HSL177.2º61.98%47.45%-
HSV(B)177.2º76.53%76.86%-
XYZ30.0543.7355-
YUV150.35149.853.57-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 46 (18.36% from 255) = 10.67%
GREEN value IS 196 (76.95% from 255) = 45.48%
BLUE value IS 189 (74.22% from 255) = 43.85%
R=10.67%
G=45.48%
B=43.85%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal461961890.7700.040.23177.261.9847.45
Hex2EC4BD4D0417b13e2f
Octal5630427511504272617657
Binary1011101100010010111101100110101001011110110001111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EC4BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2EC4BD; }

 p { color: rgb(46,196,189); }

 H1.HeaderClassName
 {
   color: #2EC4BD;
 }
 .AnyTagClassName
 {
   color: #2EC4BD;
 }
</style>
background-color css

<style>
 a { background-color: #2EC4BD; }

 a { background-color: rgb(46,196,189); }

 div.DivClassName
 {
   background-color: #2EC4BD;
 }
 .BgClassName
 {
   background-color: #2EC4BD;
 }
</style>
border-color css

<style>
 span { border-color: #2EC4BD; }

 span { border-color: rgb(46,196,189); }

 td.TdClassName
 {
   border-color: #2EC4BD;
 }
 .TagClassName
 {
   border-color: #2EC4BD;
 }
</style>