Html Css Color HEX #0CAFAA Light Sea Green

📋 copy color: '#0CAFAA'

red 12 ◦ green 175 ◦ blue 170

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

Shades of Light Sea Green #0CAFAA

Tints of Light Sea Green #0CAFAA

RGB

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

 GREEN value IS 175 (68.75% from 255) = 49.02%

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

R = 3.36%
G = 49.02%
B = 47.62%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.03

 K value IS 0.31

RGB Variations

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

Color information

#0CAFAA (or 0x0CAFAA) is known color: Light Sea Green. HEX triplet: 0C, AF and AA. RGB value is (12,175,170). Sum of RGB (Red+Green+Blue) = 12+175+170=357 (47% of max value = 765). Red value is 12 (5.08% from 255 or 3.36% from 357); Green value is 175 (68.75% from 255 or 49.02% from 357); Blue value is 170 (66.80% from 255 or 47.62% from 357); Max value from RGB is 175 - color contains mainly: green. Hex color #0CAFAA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0CAFAA is #F35055. Grayscale: #7D7D7D. Windows color (decimal): -15945814 or 11185932. OLE color: 11185932.

HSL color Cylindrical-coordinate representation of color #0CAFAA: hue angle of 178.16º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0CAFAA is Cyan = 0.93, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.31.

Color convert

RGB 12 175 170 -
CMYK 0.93 0 0.03 0.31
HSL 178.16º 0.87% 0.37% -
HSV(B) 178.16º 0.93% 0.69% -
XYZ 22.74 33.64 43.33 -
YUV 125.69 153 46.91 -
System Red Green Blue C M Y K H S L
Decimal 12 175 170 0.93 0 0.03 0.31 178.16 0.87 0.37
Hex C AF AA 5D 0 3 1F B2 57 25
Octal 14 257 252 135 0 3 37 262 127 45
Binary 1100 10101111 10101010 1011101 0 11 11111 10110010 1010111 100101

Color Harmonies of #0CAFAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CAFAA

Black with #0CAFAA

Text Example


Text Example

White with #0CAFAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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