Shades of Caribbean Green #03CA85
Tints of Caribbean Green #03CA85
RGB
CMYK
RGB Variations
Color information
#03CA85 (or 0x03CA85) is known color: Caribbean Green. HEX triplet: 03, CA and 85. RGB value is (3,202,133). Sum of RGB (Red+Green+Blue) = 3+202+133=338 (44% of max value = 765). Red value is 3 (1.56% from 255 or 0.89% from 338); Green value is 202 (79.30% from 255 or 59.76% from 338); Blue value is 133 (52.34% from 255 or 39.35% from 338); Max value from RGB is 202 - color contains mainly: green. Hex color #03CA85 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #03CA85 is #FC357A. Grayscale: #868686. Windows color (decimal): -16528763 or 8768003. OLE color: 8768003.
HSL color Cylindrical-coordinate representation of color #03CA85: hue angle of 159.2º 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 #03CA85 is Cyan = 0.99, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 3 | 202 | 133 | - |
| CMYK | 0.99 | 0 | 0.34 | 0.21 |
| HSL | 159.2º | 0.97% | 0.4% | - |
| HSV(B) | 159.2º | 0.99% | 0.79% | - |
| XYZ | 25.39 | 43.95 | 29.34 | - |
| YUV | 134.63 | 127.07 | 34.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 202 | 133 | 0.99 | 0 | 0.34 | 0.21 | 159.2 | 0.97 | 0.4 |
| Hex | 3 | CA | 85 | 63 | 0 | 22 | 15 | 9F | 61 | 28 |
| Octal | 3 | 312 | 205 | 143 | 0 | 42 | 25 | 237 | 141 | 50 |
| Binary | 11 | 11001010 | 10000101 | 1100011 | 0 | 100010 | 10101 | 10011111 | 1100001 | 101000 |
Color Harmonies of #03CA85
Complementary color
Monochromatic Colors of #03CA85
Black with #03CA85
Text Example
Text Example
White with #03CA85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03CA85; }
p { color: rgb(3,202,133); }
H1.HeaderClassName
{
color: #03CA85;
}
.AnyTagClassName
{
color: #03CA85;
}
</style>
background-color css
<style>
a { background-color: #03CA85; }
a { background-color: rgb(3,202,133); }
div.DivClassName
{
background-color: #03CA85;
}
.BgClassName
{
background-color: #03CA85;
}
</style>
border-color css
<style>
span { border-color: #03CA85; }
span { border-color: rgb(3,202,133); }
td.TdClassName
{
border-color: #03CA85;
}
.TagClassName
{
border-color: #03CA85;
}
</style>