#0CABA9

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

Shades of Light Sea Green #0CABA9

Tints of Light Sea Green #0CABA9

Color information

#0CABA9 (or 0x0CABA9) is unknown color: approx Light Sea Green. HEX triplet: 0C, AB and A9. RGB value is (12,171,169). Sum of RGB (Red+Green+Blue) = 12+171+169=352 (46% of max value = 765). Red value is 12 (5.08% from 255 or 3.41% from 352); Green value is 171 (67.19% from 255 or 48.58% from 352); Blue value is 169 (66.41% from 255 or 48.01% from 352); Max value from RGB is 171 - color contains mainly: green. Hex color #0CABA9 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0CABA9 is #F35456. Grayscale: #7B7B7B. Windows color (decimal): -15946839 or 11119372. OLE color: 11119372.

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

Color convert

RGB12171169-
CMYK0.9300.010.33
HSL179.25º86.89%35.88%-
HSV(B)179.25º92.98%67.06%-
XYZ21.8832.0742.57-
YUV123.23153.8248.66-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 3.41%
GREEN value IS 171 (67.19% from 255) = 48.58%
BLUE value IS 169 (66.41% from 255) = 48.01%
R=3.41%
G=48.58%
B=48.01%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal121711690.9300.010.33179.2586.8935.88
HexCABA95D0121b35724
Octal14253251135014126312744
Binary11001010101110101001101110101100001101100111010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CABA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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