Html Css Color HEX #0CACAF Light Sea Green

📋 copy color: '#0CACAF'

red 12 ◦ green 172 ◦ blue 175

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

Shades of Light Sea Green #0CACAF

Tints of Light Sea Green #0CACAF

RGB

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

 GREEN value IS 172 (67.58% from 255) = 47.91%

 BLUE value IS 175 (68.75% from 255) = 48.75%

R = 3.34%
G = 47.91%
B = 48.75%

CMYK

 C value IS 0.93

 M value IS 0.02

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#0CACAF (or 0x0CACAF) is known color: Light Sea Green. HEX triplet: 0C, AC and AF. RGB value is (12,172,175). Sum of RGB (Red+Green+Blue) = 12+172+175=359 (47% of max value = 765). Red value is 12 (5.08% from 255 or 3.34% from 359); Green value is 172 (67.58% from 255 or 47.91% from 359); Blue value is 175 (68.75% from 255 or 48.75% from 359); Max value from RGB is 175 - color contains mainly: blue. Hex color #0CACAF is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0CACAF is #F35350. Grayscale: #7C7C7C. Windows color (decimal): -15946577 or 11512844. OLE color: 11512844.

HSL color Cylindrical-coordinate representation of color #0CACAF: hue angle of 181.1º 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 #0CACAF is Cyan = 0.93, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 12 172 175 -
CMYK 0.93 0.02 0 0.31
HSL 181.1º 0.87% 0.37% -
HSV(B) 181.1º 0.93% 0.69% -
XYZ 22.64 32.68 45.67 -
YUV 124.5 156.49 47.76 -
System Red Green Blue C M Y K H S L
Decimal 12 172 175 0.93 0.02 0 0.31 181.1 0.87 0.37
Hex C AC AF 5D 2 0 1F B5 57 25
Octal 14 254 257 135 2 0 37 265 127 45
Binary 1100 10101100 10101111 1011101 10 0 11111 10110101 1010111 100101

Color Harmonies of #0CACAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CACAF

Black with #0CACAF

Text Example


Text Example

White with #0CACAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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