#00CAA1

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

Shades of Caribbean Green #00CAA1

Tints of Caribbean Green #00CAA1

Color information

#00CAA1 (or 0x00CAA1) is unknown color: approx Caribbean Green. HEX triplet: 00, CA and A1. RGB value is (0,202,161). Sum of RGB (Red+Green+Blue) = 0+202+161=363 (48% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 363); Green value is 202 (79.30% from 255 or 55.65% from 363); Blue value is 161 (63.28% from 255 or 44.35% from 363); Max value from RGB is 202 - color contains mainly: green. Hex color #00CAA1 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #00CAA1 is #FF355E. Grayscale: #888888. Windows color (decimal): -16725343 or 10603008. OLE color: 10603008.

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

Color convert

RGB0202161-
CMYK100.200.21
HSL167.82º100%39.61%-
HSV(B)167.82º100%79.22%-
XYZ27.5544.8140.92-
YUV136.93141.5830.33-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 202 (79.30% from 255) = 55.65%
BLUE value IS 161 (63.28% from 255) = 44.35%
R=0%
G=55.65%
B=44.35%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal0202161100.200.21167.8210039.61
Hex0CAA16401415a86428
Octal03122411440242525014450
Binary01100101010100001110010001010010101101010001100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00CAA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00CAA1; }

 p { color: rgb(0,202,161); }

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

<style>
 a { background-color: #00CAA1; }

 a { background-color: rgb(0,202,161); }

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

<style>
 span { border-color: #00CAA1; }

 span { border-color: rgb(0,202,161); }

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