Shades of Caribbean Green #03CA8A
Tints of Caribbean Green #03CA8A
RGB
CMYK
RGB Variations
Color information
#03CA8A (or 0x03CA8A) is known color: Caribbean Green. HEX triplet: 03, CA and 8A. RGB value is (3,202,138). Sum of RGB (Red+Green+Blue) = 3+202+138=343 (45% of max value = 765). Red value is 3 (1.56% from 255 or 0.87% from 343); Green value is 202 (79.30% from 255 or 58.89% from 343); Blue value is 138 (54.30% from 255 or 40.23% from 343); Max value from RGB is 202 - color contains mainly: green. Hex color #03CA8A is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #03CA8A is #FC3575. Grayscale: #878787. Windows color (decimal): -16528758 or 9095683. OLE color: 9095683.
HSL color Cylindrical-coordinate representation of color #03CA8A: hue angle of 160.7º 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 #03CA8A is Cyan = 0.99, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 3 | 202 | 138 | - |
| CMYK | 0.99 | 0 | 0.32 | 0.21 |
| HSL | 160.7º | 0.97% | 0.4% | - |
| HSV(B) | 160.7º | 0.99% | 0.79% | - |
| XYZ | 25.75 | 44.1 | 31.2 | - |
| YUV | 135.2 | 129.57 | 33.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 202 | 138 | 0.99 | 0 | 0.32 | 0.21 | 160.7 | 0.97 | 0.4 |
| Hex | 3 | CA | 8A | 63 | 0 | 20 | 15 | A1 | 61 | 28 |
| Octal | 3 | 312 | 212 | 143 | 0 | 40 | 25 | 241 | 141 | 50 |
| Binary | 11 | 11001010 | 10001010 | 1100011 | 0 | 100000 | 10101 | 10100001 | 1100001 | 101000 |
Color Harmonies of #03CA8A
Complementary color
Monochromatic Colors of #03CA8A
Black with #03CA8A
Text Example
Text Example
White with #03CA8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03CA8A; }
p { color: rgb(3,202,138); }
H1.HeaderClassName
{
color: #03CA8A;
}
.AnyTagClassName
{
color: #03CA8A;
}
</style>
background-color css
<style>
a { background-color: #03CA8A; }
a { background-color: rgb(3,202,138); }
div.DivClassName
{
background-color: #03CA8A;
}
.BgClassName
{
background-color: #03CA8A;
}
</style>
border-color css
<style>
span { border-color: #03CA8A; }
span { border-color: rgb(3,202,138); }
td.TdClassName
{
border-color: #03CA8A;
}
.TagClassName
{
border-color: #03CA8A;
}
</style>