Shades of Caribbean Green #03CA9C
Tints of Caribbean Green #03CA9C
RGB
CMYK
RGB Variations
Color information
#03CA9C (or 0x03CA9C) is known color: Caribbean Green. HEX triplet: 03, CA and 9C. RGB value is (3,202,156). Sum of RGB (Red+Green+Blue) = 3+202+156=361 (47% of max value = 765). Red value is 3 (1.56% from 255 or 0.83% from 361); Green value is 202 (79.30% from 255 or 55.96% from 361); Blue value is 156 (61.33% from 255 or 43.21% from 361); Max value from RGB is 202 - color contains mainly: green. Hex color #03CA9C is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #03CA9C is #FC3563. Grayscale: #898989. Windows color (decimal): -16528740 or 10275331. OLE color: 10275331.
HSL color Cylindrical-coordinate representation of color #03CA9C: hue angle of 166.13º 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 #03CA9C is Cyan = 0.99, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 3 | 202 | 156 | - |
| CMYK | 0.99 | 0 | 0.23 | 0.21 |
| HSL | 166.13º | 0.97% | 0.4% | - |
| HSV(B) | 166.13º | 0.99% | 0.79% | - |
| XYZ | 27.16 | 44.66 | 38.64 | - |
| YUV | 137.26 | 138.57 | 32.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 202 | 156 | 0.99 | 0 | 0.23 | 0.21 | 166.13 | 0.97 | 0.4 |
| Hex | 3 | CA | 9C | 63 | 0 | 17 | 15 | A6 | 61 | 28 |
| Octal | 3 | 312 | 234 | 143 | 0 | 27 | 25 | 246 | 141 | 50 |
| Binary | 11 | 11001010 | 10011100 | 1100011 | 0 | 10111 | 10101 | 10100110 | 1100001 | 101000 |
Color Harmonies of #03CA9C
Complementary color
Monochromatic Colors of #03CA9C
Black with #03CA9C
Text Example
Text Example
White with #03CA9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03CA9C; }
p { color: rgb(3,202,156); }
H1.HeaderClassName
{
color: #03CA9C;
}
.AnyTagClassName
{
color: #03CA9C;
}
</style>
background-color css
<style>
a { background-color: #03CA9C; }
a { background-color: rgb(3,202,156); }
div.DivClassName
{
background-color: #03CA9C;
}
.BgClassName
{
background-color: #03CA9C;
}
</style>
border-color css
<style>
span { border-color: #03CA9C; }
span { border-color: rgb(3,202,156); }
td.TdClassName
{
border-color: #03CA9C;
}
.TagClassName
{
border-color: #03CA9C;
}
</style>