#01C2A9

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

Shades of Caribbean Green #01C2A9

Tints of Caribbean Green #01C2A9

Color information

#01C2A9 (or 0x01C2A9) is unknown color: approx Caribbean Green. HEX triplet: 01, C2 and A9. RGB value is (1,194,169). Sum of RGB (Red+Green+Blue) = 1+194+169=364 (48% of max value = 765). Red value is 1 (0.78% from 255 or 0.27% from 364); Green value is 194 (76.17% from 255 or 53.30% from 364); Blue value is 169 (66.41% from 255 or 46.43% from 364); Max value from RGB is 194 - color contains mainly: green. Hex color #01C2A9 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #01C2A9 is #FE3D56. Grayscale: #858585. Windows color (decimal): -16661847 or 11125249. OLE color: 11125249.

HSL color Cylindrical-coordinate representation of color #01C2A9: hue angle of 172.23º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01C2A9 is Cyan = 0.99, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.24.

Color convert

RGB1194169-
CMYK0.9900.130.24
HSL172.23º98.97%38.24%-
HSV(B)172.23º99.48%76.08%-
XYZ26.4741.4544.14-
YUV133.44148.0633.53-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.27%
GREEN value IS 194 (76.17% from 255) = 53.30%
BLUE value IS 169 (66.41% from 255) = 46.43%
R=0.27%
G=53.30%
B=46.43%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal11941690.9900.130.24172.2398.9738.24
Hex1C2A9630D18ac6326
Octal13022511430153025414346
Binary1110000101010100111000110110111000101011001100011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01C2A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(1,194,169); }

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

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

 a { background-color: rgb(1,194,169); }

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

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

 span { border-color: rgb(1,194,169); }

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