#01CCA7

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

Shades of Caribbean Green #01CCA7

Tints of Caribbean Green #01CCA7

Color information

#01CCA7 (or 0x01CCA7) is unknown color: approx Caribbean Green. HEX triplet: 01, CC and A7. RGB value is (1,204,167). Sum of RGB (Red+Green+Blue) = 1+204+167=372 (49% of max value = 765). Red value is 1 (0.78% from 255 or 0.27% from 372); Green value is 204 (80.08% from 255 or 54.84% from 372); Blue value is 167 (65.62% from 255 or 44.89% from 372); Max value from RGB is 204 - color contains mainly: green. Hex color #01CCA7 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #01CCA7 is #FE3358. Grayscale: #8B8B8B. Windows color (decimal): -16659289 or 10996737. OLE color: 10996737.

HSL color Cylindrical-coordinate representation of color #01CCA7: hue angle of 169.06º 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 #01CCA7 is Cyan = 1.00, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.2.

Color convert

RGB1204167-
CMYK1.0000.180.2
HSL169.06º99.02%40.2%-
HSV(B)169.06º99.51%80%-
XYZ28.5845.9843.93-
YUV139.08143.7529.51-

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.84%
BLUE value IS 167 (65.62% from 255) = 44.89%
R=0.27%
G=54.84%
B=44.89%

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
Decimal12041671.0000.180.2169.0699.0240.2
Hex1CCA76401214a96328
Octal13142471440222425114350
Binary11100110010100111110010001001010100101010011100011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01CCA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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