#01CAAA

Color #01CAAA Caribbean Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Caribbean Green #01CAAA

Tints of Caribbean Green #01CAAA

Color information

#01CAAA (or 0x01CAAA) is unknown color: approx Caribbean Green. HEX triplet: 01, CA and AA. RGB value is (1,202,170). Sum of RGB (Red+Green+Blue) = 1+202+170=373 (49% of max value = 765). Red value is 1 (0.78% from 255 or 0.27% from 373); Green value is 202 (79.30% from 255 or 54.16% from 373); Blue value is 170 (66.80% from 255 or 45.58% from 373); Max value from RGB is 202 - color contains mainly: green. Hex color #01CAAA is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #01CAAA is #FE3555. Grayscale: #8A8A8A. Windows color (decimal): -16659798 or 11192833. OLE color: 11192833.

HSL color Cylindrical-coordinate representation of color #01CAAA: hue angle of 170.45º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01CAAA is Cyan = 1.00, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.21.

Color convert

RGB1202170-
CMYK1.0000.160.21
HSL170.45º99.01%39.8%-
HSV(B)170.45º99.5%79.22%-
XYZ28.3945.1545.25-
YUV138.25145.9130.1-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.27%
GREEN value IS 202 (79.30% from 255) = 54.16%
BLUE value IS 170 (66.80% from 255) = 45.58%
R=0.27%
G=54.16%
B=45.58%

CMYK

C (Cyan) values IS 1.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal12021701.0000.160.21170.4599.0139.8
Hex1CAAA6401015aa6328
Octal13122521440202525214350
Binary11100101010101010110010001000010101101010101100011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01CAAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01CAAA; }

 p { color: rgb(1,202,170); }

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

<style>
 a { background-color: #01CAAA; }

 a { background-color: rgb(1,202,170); }

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

<style>
 span { border-color: #01CAAA; }

 span { border-color: rgb(1,202,170); }

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