#01CCA8

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

Shades of Caribbean Green #01CCA8

Tints of Caribbean Green #01CCA8

Color information

#01CCA8 (or 0x01CCA8) is unknown color: approx Caribbean Green. HEX triplet: 01, CC and A8. RGB value is (1,204,168). Sum of RGB (Red+Green+Blue) = 1+204+168=373 (49% of max value = 765). Red value is 1 (0.78% from 255 or 0.27% from 373); Green value is 204 (80.08% from 255 or 54.69% from 373); Blue value is 168 (66.02% from 255 or 45.04% from 373); Max value from RGB is 204 - color contains mainly: green. Hex color #01CCA8 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #01CCA8 is #FE3357. Grayscale: #8B8B8B. Windows color (decimal): -16659288 or 11062273. OLE color: 11062273.

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

Color convert

RGB1204168-
CMYK1.0000.180.2
HSL169.36º99.02%40.2%-
HSV(B)169.36º99.51%80%-
XYZ28.6746.0244.42-
YUV139.2144.2529.43-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.27%
GREEN value IS 204 (80.08% from 255) = 54.69%
BLUE value IS 168 (66.02% from 255) = 45.04%
R=0.27%
G=54.69%
B=45.04%

CMYK

C (Cyan) values IS 1.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal12041681.0000.180.2169.3699.0240.2
Hex1CCA86401214a96328
Octal13142501440222425114350
Binary11100110010101000110010001001010100101010011100011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01CCA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(1,204,168); }

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

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

 a { background-color: rgb(1,204,168); }

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

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

 span { border-color: rgb(1,204,168); }

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