Shades of Caribbean Green #03D586
Tints of Caribbean Green #03D586
RGB
CMYK
RGB Variations
Color information
#03D586 (or 0x03D586) is known color: Caribbean Green. HEX triplet: 03, D5 and 86. RGB value is (3,213,134). Sum of RGB (Red+Green+Blue) = 3+213+134=350 (46% of max value = 765). Red value is 3 (1.56% from 255 or 0.86% from 350); Green value is 213 (83.59% from 255 or 60.86% from 350); Blue value is 134 (52.73% from 255 or 38.29% from 350); Max value from RGB is 213 - color contains mainly: green. Hex color #03D586 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #03D586 is #FC2A79. Grayscale: #8D8D8D. Windows color (decimal): -16525946 or 8836355. OLE color: 8836355.
HSL color Cylindrical-coordinate representation of color #03D586: hue angle of 157.43º 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 #03D586 is Cyan = 0.99, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 3 | 213 | 134 | - |
| CMYK | 0.99 | 0 | 0.37 | 0.16 |
| HSL | 157.43º | 0.97% | 0.42% | - |
| HSV(B) | 157.43º | 0.99% | 0.84% | - |
| XYZ | 28.13 | 49.33 | 30.59 | - |
| YUV | 141.2 | 123.93 | 29.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 213 | 134 | 0.99 | 0 | 0.37 | 0.16 | 157.43 | 0.97 | 0.42 |
| Hex | 3 | D5 | 86 | 63 | 0 | 25 | 10 | 9D | 61 | 2A |
| Octal | 3 | 325 | 206 | 143 | 0 | 45 | 20 | 235 | 141 | 52 |
| Binary | 11 | 11010101 | 10000110 | 1100011 | 0 | 100101 | 10000 | 10011101 | 1100001 | 101010 |
Color Harmonies of #03D586
Complementary color
Monochromatic Colors of #03D586
Black with #03D586
Text Example
Text Example
White with #03D586
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03D586; }
p { color: rgb(3,213,134); }
H1.HeaderClassName
{
color: #03D586;
}
.AnyTagClassName
{
color: #03D586;
}
</style>
background-color css
<style>
a { background-color: #03D586; }
a { background-color: rgb(3,213,134); }
div.DivClassName
{
background-color: #03D586;
}
.BgClassName
{
background-color: #03D586;
}
</style>
border-color css
<style>
span { border-color: #03D586; }
span { border-color: rgb(3,213,134); }
td.TdClassName
{
border-color: #03D586;
}
.TagClassName
{
border-color: #03D586;
}
</style>