#0CACB2

Color #0CACB2 Light Sea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Sea Green #0CACB2

Tints of Light Sea Green #0CACB2

Color information

#0CACB2 (or 0x0CACB2) is unknown color: approx Light Sea Green. HEX triplet: 0C, AC and B2. RGB value is (12,172,178). Sum of RGB (Red+Green+Blue) = 12+172+178=362 (47% of max value = 765). Red value is 12 (5.08% from 255 or 3.31% from 362); Green value is 172 (67.58% from 255 or 47.51% from 362); Blue value is 178 (69.92% from 255 or 49.17% from 362); Max value from RGB is 178 - color contains mainly: blue. Hex color #0CACB2 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0CACB2 is #F3534D. Grayscale: #7C7C7C. Windows color (decimal): -15946574 or 11709452. OLE color: 11709452.

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

Color convert

RGB12172178-
CMYK0.930.0300.30
HSL182.17º87.37%37.25%-
HSV(B)182.17º93.26%69.8%-
XYZ22.9432.847.24-
YUV124.84157.9947.51-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 3.31%
GREEN value IS 172 (67.58% from 255) = 47.51%
BLUE value IS 178 (69.92% from 255) = 49.17%
R=3.31%
G=47.51%
B=49.17%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal121721780.930.0300.30182.1787.3737.25
HexCACB25D301Eb65725
Octal14254262135303626612745
Binary11001010110010110010101110111011110101101101010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CACB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #0CACB2;
 }
 .AnyTagClassName
 {
   color: #0CACB2;
 }
</style>
background-color css

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

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

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

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

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

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