Html Css Color HEX #0CACAB Light Sea Green

📋 copy color: '#0CACAB'

red 12 ◦ green 172 ◦ blue 171

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

Shades of Light Sea Green #0CACAB

Tints of Light Sea Green #0CACAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 48.17%

R = 3.38%
G = 48.45%
B = 48.17%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.01

 K value IS 0.33

RGB Variations

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

Color information

#0CACAB (or 0x0CACAB) is known color: Light Sea Green. HEX triplet: 0C, AC and AB. RGB value is (12,172,171). Sum of RGB (Red+Green+Blue) = 12+172+171=355 (47% of max value = 765). Red value is 12 (5.08% from 255 or 3.38% from 355); Green value is 172 (67.58% from 255 or 48.45% from 355); Blue value is 171 (67.19% from 255 or 48.17% from 355); Max value from RGB is 172 - color contains mainly: green. Hex color #0CACAB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0CACAB is #F35354. Grayscale: #7B7B7B. Windows color (decimal): -15946581 or 11250700. OLE color: 11250700.

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

Color convert

RGB 12 172 171 -
CMYK 0.93 0 0.01 0.33
HSL 179.63º 0.87% 0.36% -
HSV(B) 179.63º 0.93% 0.67% -
XYZ 22.25 32.52 43.63 -
YUV 124.05 154.49 48.08 -
System Red Green Blue C M Y K H S L
Decimal 12 172 171 0.93 0 0.01 0.33 179.63 0.87 0.36
Hex C AC AB 5D 0 1 21 B4 57 24
Octal 14 254 253 135 0 1 41 264 127 44
Binary 1100 10101100 10101011 1011101 0 1 100001 10110100 1010111 100100

Color Harmonies of #0CACAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CACAB

Black with #0CACAB

Text Example


Text Example

White with #0CACAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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