Html Css Color HEX #2ECBB6 Light Sea Green

📋 copy color: '#2ECBB6'

red 46 ◦ green 203 ◦ blue 182

#2ECBB6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Light Sea Green #2ECBB6

Tints of Light Sea Green #2ECBB6

RGB

 RED value IS 46 (18.36% from 255) = 10.67%

 GREEN value IS 203 (79.69% from 255) = 47.1%

 BLUE value IS 182 (71.48% from 255) = 42.23%

R = 10.67%
G = 47.1%
B = 42.23%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.10

 K value IS 0.20

RGB Variations

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

Color information

#2ECBB6 (or 0x2ECBB6) is known color: Light Sea Green. HEX triplet: 2E, CB and B6. RGB value is (46,203,182). Sum of RGB (Red+Green+Blue) = 46+203+182=431 (57% of max value = 765). Red value is 46 (18.36% from 255 or 10.67% from 431); Green value is 203 (79.69% from 255 or 47.10% from 431); Blue value is 182 (71.48% from 255 or 42.23% from 431); Max value from RGB is 203 - color contains mainly: green. Hex color #2ECBB6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ECBB6 is #D13449. Grayscale: #999999. Windows color (decimal): -13710410 or 11979566. OLE color: 11979566.

HSL color Cylindrical-coordinate representation of color #2ECBB6: hue angle of 171.97º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2ECBB6 is Cyan = 0.77, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.20.

Color convert

RGB 46 203 182 -
CMYK 0.77 0 0.10 0.20
HSL 171.97º 0.63% 0.49% -
HSV(B) 171.97º 0.77% 0.8% -
XYZ 30.93 46.67 51.63 -
YUV 153.66 143.99 51.21 -
System Red Green Blue C M Y K H S L
Decimal 46 203 182 0.77 0 0.10 0.20 171.97 0.63 0.49
Hex 2E CB B6 4D 0 A 14 AC 3F 31
Octal 56 313 266 115 0 12 24 254 77 61
Binary 101110 11001011 10110110 1001101 0 1010 10100 10101100 111111 110001

Color Harmonies of #2ECBB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ECBB6

Black with #2ECBB6

Text Example


Text Example

White with #2ECBB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,203,182); }

 H1.HeaderClassName
 {
   color: #2ECBB6;
 }
 .AnyTagClassName
 {
   color: #2ECBB6;
 }
</style>

background-color css

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

 a { background-color: rgb(46,203,182); }

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

border-color css

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

 span { border-color: rgb(46,203,182); }

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