Shades of Caribbean Green #03D576
Tints of Caribbean Green #03D576
RGB
CMYK
RGB Variations
Color information
#03D576 (or 0x03D576) is known color: Caribbean Green. HEX triplet: 03, D5 and 76. RGB value is (3,213,118). Sum of RGB (Red+Green+Blue) = 3+213+118=334 (44% of max value = 765). Red value is 3 (1.56% from 255 or 0.90% from 334); Green value is 213 (83.59% from 255 or 63.77% from 334); Blue value is 118 (46.48% from 255 or 35.33% from 334); Max value from RGB is 213 - color contains mainly: green. Hex color #03D576 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #03D576 is #FC2A89. Grayscale: #8B8B8B. Windows color (decimal): -16525962 or 7787779. OLE color: 7787779.
HSL color Cylindrical-coordinate representation of color #03D576: hue angle of 152.86º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03D576 is Cyan = 0.99, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 3 | 213 | 118 | - |
| CMYK | 0.99 | 0 | 0.45 | 0.16 |
| HSL | 152.86º | 0.97% | 0.42% | - |
| HSV(B) | 152.86º | 0.99% | 0.84% | - |
| XYZ | 27.1 | 48.92 | 25.15 | - |
| YUV | 139.38 | 115.93 | 30.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 213 | 118 | 0.99 | 0 | 0.45 | 0.16 | 152.86 | 0.97 | 0.42 |
| Hex | 3 | D5 | 76 | 63 | 0 | 2D | 10 | 99 | 61 | 2A |
| Octal | 3 | 325 | 166 | 143 | 0 | 55 | 20 | 231 | 141 | 52 |
| Binary | 11 | 11010101 | 1110110 | 1100011 | 0 | 101101 | 10000 | 10011001 | 1100001 | 101010 |
Color Harmonies of #03D576
Complementary color
Monochromatic Colors of #03D576
Black with #03D576
Text Example
Text Example
White with #03D576
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03D576; }
p { color: rgb(3,213,118); }
H1.HeaderClassName
{
color: #03D576;
}
.AnyTagClassName
{
color: #03D576;
}
</style>
background-color css
<style>
a { background-color: #03D576; }
a { background-color: rgb(3,213,118); }
div.DivClassName
{
background-color: #03D576;
}
.BgClassName
{
background-color: #03D576;
}
</style>
border-color css
<style>
span { border-color: #03D576; }
span { border-color: rgb(3,213,118); }
td.TdClassName
{
border-color: #03D576;
}
.TagClassName
{
border-color: #03D576;
}
</style>