Shades of Caribbean Green #03CAA0
Tints of Caribbean Green #03CAA0
RGB
CMYK
RGB Variations
Color information
#03CAA0 (or 0x03CAA0) is known color: Caribbean Green. HEX triplet: 03, CA and A0. RGB value is (3,202,160). Sum of RGB (Red+Green+Blue) = 3+202+160=365 (48% of max value = 765). Red value is 3 (1.56% from 255 or 0.82% from 365); Green value is 202 (79.30% from 255 or 55.34% from 365); Blue value is 160 (62.89% from 255 or 43.84% from 365); Max value from RGB is 202 - color contains mainly: green. Hex color #03CAA0 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #03CAA0 is #FC355F. Grayscale: #898989. Windows color (decimal): -16528736 or 10537475. OLE color: 10537475.
HSL color Cylindrical-coordinate representation of color #03CAA0: hue angle of 167.34º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03CAA0 is Cyan = 0.99, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 3 | 202 | 160 | - |
| CMYK | 0.99 | 0 | 0.21 | 0.21 |
| HSL | 167.34º | 0.97% | 0.4% | - |
| HSV(B) | 167.34º | 0.99% | 0.79% | - |
| XYZ | 27.5 | 44.8 | 40.46 | - |
| YUV | 137.71 | 140.57 | 31.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 202 | 160 | 0.99 | 0 | 0.21 | 0.21 | 167.34 | 0.97 | 0.4 |
| Hex | 3 | CA | A0 | 63 | 0 | 15 | 15 | A7 | 61 | 28 |
| Octal | 3 | 312 | 240 | 143 | 0 | 25 | 25 | 247 | 141 | 50 |
| Binary | 11 | 11001010 | 10100000 | 1100011 | 0 | 10101 | 10101 | 10100111 | 1100001 | 101000 |
Color Harmonies of #03CAA0
Complementary color
Monochromatic Colors of #03CAA0
Black with #03CAA0
Text Example
Text Example
White with #03CAA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03CAA0; }
p { color: rgb(3,202,160); }
H1.HeaderClassName
{
color: #03CAA0;
}
.AnyTagClassName
{
color: #03CAA0;
}
</style>
background-color css
<style>
a { background-color: #03CAA0; }
a { background-color: rgb(3,202,160); }
div.DivClassName
{
background-color: #03CAA0;
}
.BgClassName
{
background-color: #03CAA0;
}
</style>
border-color css
<style>
span { border-color: #03CAA0; }
span { border-color: rgb(3,202,160); }
td.TdClassName
{
border-color: #03CAA0;
}
.TagClassName
{
border-color: #03CAA0;
}
</style>