#0CAAA9

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

Shades of Light Sea Green #0CAAA9

Tints of Light Sea Green #0CAAA9

Color information

#0CAAA9 (or 0x0CAAA9) is unknown color: approx Light Sea Green. HEX triplet: 0C, AA and A9. RGB value is (12,170,169). Sum of RGB (Red+Green+Blue) = 12+170+169=351 (46% of max value = 765). Red value is 12 (5.08% from 255 or 3.42% from 351); Green value is 170 (66.80% from 255 or 48.43% from 351); Blue value is 169 (66.41% from 255 or 48.15% from 351); Max value from RGB is 170 - color contains mainly: green. Hex color #0CAAA9 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0CAAA9 is #F35556. Grayscale: #7A7A7A. Windows color (decimal): -15947095 or 11119116. OLE color: 11119116.

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

Color convert

RGB12170169-
CMYK0.9300.010.33
HSL179.62º86.81%35.69%-
HSV(B)179.62º92.94%66.67%-
XYZ21.6931.6942.51-
YUV122.64154.1549.08-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 3.42%
GREEN value IS 170 (66.80% from 255) = 48.43%
BLUE value IS 169 (66.41% from 255) = 48.15%
R=3.42%
G=48.43%
B=48.15%

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
Decimal121701690.9300.010.33179.6286.8135.69
HexCAAA95D0121b45724
Octal14252251135014126412744
Binary11001010101010101001101110101100001101101001010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CAAA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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