Html Css Color HEX #0CACAC Light Sea Green

📋 copy color: '#0CACAC'

red 12 ◦ green 172 ◦ blue 172

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

Shades of Light Sea Green #0CACAC

Tints of Light Sea Green #0CACAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 48.31%

R = 3.37%
G = 48.31%
B = 48.31%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0CACAC (or 0x0CACAC) is known color: Light Sea Green. HEX triplet: 0C, AC and AC. RGB value is (12,172,172). Sum of RGB (Red+Green+Blue) = 12+172+172=356 (47% of max value = 765). Red value is 12 (5.08% from 255 or 3.37% from 356); Green value is 172 (67.58% from 255 or 48.31% from 356); Blue value is 172 (67.58% from 255 or 48.31% from 356); Max value from RGB is 172 - color contains mainly: green, blue. Hex color #0CACAC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0CACAC is #F35353. Grayscale: #7B7B7B. Windows color (decimal): -15946580 or 11316236. OLE color: 11316236.

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

Color convert

RGB 12 172 172 -
CMYK 0.93 0 0 0.33
HSL 180º 0.87% 0.36% -
HSV(B) 180º 0.93% 0.67% -
XYZ 22.35 32.56 44.14 -
YUV 124.16 154.99 48 -
System Red Green Blue C M Y K H S L
Decimal 12 172 172 0.93 0 0 0.33 180 0.87 0.36
Hex C AC AC 5D 0 0 21 B4 57 24
Octal 14 254 254 135 0 0 41 264 127 44
Binary 1100 10101100 10101100 1011101 0 0 100001 10110100 1010111 100100

Color Harmonies of #0CACAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CACAC

Black with #0CACAC

Text Example


Text Example

White with #0CACAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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