Html Css Color HEX #0CACA6 Light Sea Green

📋 copy color: '#0CACA6'

red 12 ◦ green 172 ◦ blue 166

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

Shades of Light Sea Green #0CACA6

Tints of Light Sea Green #0CACA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 47.43%

R = 3.43%
G = 49.14%
B = 47.43%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.03

 K value IS 0.33

RGB Variations

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

Color information

#0CACA6 (or 0x0CACA6) is known color: Light Sea Green. HEX triplet: 0C, AC and A6. RGB value is (12,172,166). Sum of RGB (Red+Green+Blue) = 12+172+166=350 (46% of max value = 765). Red value is 12 (5.08% from 255 or 3.43% from 350); Green value is 172 (67.58% from 255 or 49.14% from 350); Blue value is 166 (65.23% from 255 or 47.43% from 350); Max value from RGB is 172 - color contains mainly: green. Hex color #0CACA6 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0CACA6 is #F35359. Grayscale: #7B7B7B. Windows color (decimal): -15946586 or 10923020. OLE color: 10923020.

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

Color convert

RGB 12 172 166 -
CMYK 0.93 0 0.03 0.33
HSL 177.75º 0.87% 0.36% -
HSV(B) 177.75º 0.93% 0.67% -
XYZ 21.79 32.34 41.17 -
YUV 123.48 151.99 48.49 -
System Red Green Blue C M Y K H S L
Decimal 12 172 166 0.93 0 0.03 0.33 177.75 0.87 0.36
Hex C AC A6 5D 0 3 21 B2 57 24
Octal 14 254 246 135 0 3 41 262 127 44
Binary 1100 10101100 10100110 1011101 0 11 100001 10110010 1010111 100100

Color Harmonies of #0CACA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CACA6

Black with #0CACA6

Text Example


Text Example

White with #0CACA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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