Shades of Caribbean Green #03CA91
Tints of Caribbean Green #03CA91
RGB
CMYK
RGB Variations
Color information
#03CA91 (or 0x03CA91) is known color: Caribbean Green. HEX triplet: 03, CA and 91. RGB value is (3,202,145). Sum of RGB (Red+Green+Blue) = 3+202+145=350 (46% of max value = 765). Red value is 3 (1.56% from 255 or 0.86% from 350); Green value is 202 (79.30% from 255 or 57.71% from 350); Blue value is 145 (57.03% from 255 or 41.43% from 350); Max value from RGB is 202 - color contains mainly: green. Hex color #03CA91 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #03CA91 is #FC356E. Grayscale: #888888. Windows color (decimal): -16528751 or 9554435. OLE color: 9554435.
HSL color Cylindrical-coordinate representation of color #03CA91: hue angle of 162.81º 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 #03CA91 is Cyan = 0.99, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 3 | 202 | 145 | - |
| CMYK | 0.99 | 0 | 0.28 | 0.21 |
| HSL | 162.81º | 0.97% | 0.4% | - |
| HSV(B) | 162.81º | 0.99% | 0.79% | - |
| XYZ | 26.27 | 44.3 | 33.96 | - |
| YUV | 136 | 133.07 | 33.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 202 | 145 | 0.99 | 0 | 0.28 | 0.21 | 162.81 | 0.97 | 0.4 |
| Hex | 3 | CA | 91 | 63 | 0 | 1C | 15 | A3 | 61 | 28 |
| Octal | 3 | 312 | 221 | 143 | 0 | 34 | 25 | 243 | 141 | 50 |
| Binary | 11 | 11001010 | 10010001 | 1100011 | 0 | 11100 | 10101 | 10100011 | 1100001 | 101000 |
Color Harmonies of #03CA91
Complementary color
Monochromatic Colors of #03CA91
Black with #03CA91
Text Example
Text Example
White with #03CA91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03CA91; }
p { color: rgb(3,202,145); }
H1.HeaderClassName
{
color: #03CA91;
}
.AnyTagClassName
{
color: #03CA91;
}
</style>
background-color css
<style>
a { background-color: #03CA91; }
a { background-color: rgb(3,202,145); }
div.DivClassName
{
background-color: #03CA91;
}
.BgClassName
{
background-color: #03CA91;
}
</style>
border-color css
<style>
span { border-color: #03CA91; }
span { border-color: rgb(3,202,145); }
td.TdClassName
{
border-color: #03CA91;
}
.TagClassName
{
border-color: #03CA91;
}
</style>