Html Css Color HEX #0CBFAA Light Sea Green

📋 copy color: '#0CBFAA'

red 12 ◦ green 191 ◦ blue 170

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

Shades of Light Sea Green #0CBFAA

Tints of Light Sea Green #0CBFAA

RGB

 RED value IS 12 (5.08% from 255) = 3.22%

 GREEN value IS 191 (75% from 255) = 51.21%

 BLUE value IS 170 (66.8% from 255) = 45.58%

R = 3.22%
G = 51.21%
B = 45.58%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.11

 K value IS 0.25

RGB Variations

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

Color information

#0CBFAA (or 0x0CBFAA) is known color: Light Sea Green. HEX triplet: 0C, BF and AA. RGB value is (12,191,170). Sum of RGB (Red+Green+Blue) = 12+191+170=373 (49% of max value = 765). Red value is 12 (5.08% from 255 or 3.22% from 373); Green value is 191 (75% from 255 or 51.21% from 373); Blue value is 170 (66.80% from 255 or 45.58% from 373); Max value from RGB is 191 - color contains mainly: green. Hex color #0CBFAA is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0CBFAA is #F34055. Grayscale: #868686. Windows color (decimal): -15941718 or 11190028. OLE color: 11190028.

HSL color Cylindrical-coordinate representation of color #0CBFAA: hue angle of 172.96º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CBFAA is Cyan = 0.94, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.25.

Color convert

RGB 12 191 170 -
CMYK 0.94 0 0.11 0.25
HSL 172.96º 0.88% 0.4% -
HSV(B) 172.96º 0.94% 0.75% -
XYZ 26.04 40.24 44.43 -
YUV 135.09 147.7 40.21 -
System Red Green Blue C M Y K H S L
Decimal 12 191 170 0.94 0 0.11 0.25 172.96 0.88 0.4
Hex C BF AA 5E 0 B 19 AD 58 28
Octal 14 277 252 136 0 13 31 255 130 50
Binary 1100 10111111 10101010 1011110 0 1011 11001 10101101 1011000 101000

Color Harmonies of #0CBFAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CBFAA

Black with #0CBFAA

Text Example


Text Example

White with #0CBFAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0CBFAA; }

 p { color: rgb(12,191,170); }

 H1.HeaderClassName
 {
   color: #0CBFAA;
 }
 .AnyTagClassName
 {
   color: #0CBFAA;
 }
</style>

background-color css

<style>
 a { background-color: #0CBFAA; }

 a { background-color: rgb(12,191,170); }

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

border-color css

<style>
 span { border-color: #0CBFAA; }

 span { border-color: rgb(12,191,170); }

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