Html Css Color HEX #2CCEB9 Light Sea Green

📋 copy color: '#2CCEB9'

red 44 ◦ green 206 ◦ blue 185

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

Shades of Light Sea Green #2CCEB9

Tints of Light Sea Green #2CCEB9

RGB

 RED value IS 44 (17.58% from 255) = 10.11%

 GREEN value IS 206 (80.86% from 255) = 47.36%

 BLUE value IS 185 (72.66% from 255) = 42.53%

R = 10.11%
G = 47.36%
B = 42.53%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.10

 K value IS 0.19

RGB Variations

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

Color information

#2CCEB9 (or 0x2CCEB9) is known color: Light Sea Green. HEX triplet: 2C, CE and B9. RGB value is (44,206,185). Sum of RGB (Red+Green+Blue) = 44+206+185=435 (57% of max value = 765). Red value is 44 (17.58% from 255 or 10.11% from 435); Green value is 206 (80.86% from 255 or 47.36% from 435); Blue value is 185 (72.66% from 255 or 42.53% from 435); Max value from RGB is 206 - color contains mainly: green. Hex color #2CCEB9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2CCEB9 is #D33146. Grayscale: #9B9B9B. Windows color (decimal): -13840711 or 12176940. OLE color: 12176940.

HSL color Cylindrical-coordinate representation of color #2CCEB9: hue angle of 172.22º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2CCEB9 is Cyan = 0.79, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.19.

Color convert

RGB 44 206 185 -
CMYK 0.79 0 0.10 0.19
HSL 172.22º 0.65% 0.49% -
HSV(B) 172.22º 0.79% 0.81% -
XYZ 31.87 48.18 53.52 -
YUV 155.17 144.83 48.71 -
System Red Green Blue C M Y K H S L
Decimal 44 206 185 0.79 0 0.10 0.19 172.22 0.65 0.49
Hex 2C CE B9 4F 0 A 13 AC 41 31
Octal 54 316 271 117 0 12 23 254 101 61
Binary 101100 11001110 10111001 1001111 0 1010 10011 10101100 1000001 110001

Color Harmonies of #2CCEB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CCEB9

Black with #2CCEB9

Text Example


Text Example

White with #2CCEB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,206,185); }

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

background-color css

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

 a { background-color: rgb(44,206,185); }

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

border-color css

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

 span { border-color: rgb(44,206,185); }

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