Shades of Caribbean Green #03CA9F
Tints of Caribbean Green #03CA9F
RGB
CMYK
RGB Variations
Color information
#03CA9F (or 0x03CA9F) is known color: Caribbean Green. HEX triplet: 03, CA and 9F. RGB value is (3,202,159). Sum of RGB (Red+Green+Blue) = 3+202+159=364 (48% of max value = 765). Red value is 3 (1.56% from 255 or 0.82% from 364); Green value is 202 (79.30% from 255 or 55.49% from 364); Blue value is 159 (62.5% from 255 or 43.68% from 364); Max value from RGB is 202 - color contains mainly: green. Hex color #03CA9F is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #03CA9F is #FC3560. Grayscale: #898989. Windows color (decimal): -16528737 or 10471939. OLE color: 10471939.
HSL color Cylindrical-coordinate representation of color #03CA9F: hue angle of 167.04º 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 #03CA9F is Cyan = 0.99, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 3 | 202 | 159 | - |
| CMYK | 0.99 | 0 | 0.21 | 0.21 |
| HSL | 167.04º | 0.97% | 0.4% | - |
| HSV(B) | 167.04º | 0.99% | 0.79% | - |
| XYZ | 27.42 | 44.76 | 40 | - |
| YUV | 137.6 | 140.07 | 32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 202 | 159 | 0.99 | 0 | 0.21 | 0.21 | 167.04 | 0.97 | 0.4 |
| Hex | 3 | CA | 9F | 63 | 0 | 15 | 15 | A7 | 61 | 28 |
| Octal | 3 | 312 | 237 | 143 | 0 | 25 | 25 | 247 | 141 | 50 |
| Binary | 11 | 11001010 | 10011111 | 1100011 | 0 | 10101 | 10101 | 10100111 | 1100001 | 101000 |
Color Harmonies of #03CA9F
Complementary color
Monochromatic Colors of #03CA9F
Black with #03CA9F
Text Example
Text Example
White with #03CA9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03CA9F; }
p { color: rgb(3,202,159); }
H1.HeaderClassName
{
color: #03CA9F;
}
.AnyTagClassName
{
color: #03CA9F;
}
</style>
background-color css
<style>
a { background-color: #03CA9F; }
a { background-color: rgb(3,202,159); }
div.DivClassName
{
background-color: #03CA9F;
}
.BgClassName
{
background-color: #03CA9F;
}
</style>
border-color css
<style>
span { border-color: #03CA9F; }
span { border-color: rgb(3,202,159); }
td.TdClassName
{
border-color: #03CA9F;
}
.TagClassName
{
border-color: #03CA9F;
}
</style>