Shades of Caribbean Green #03D585
Tints of Caribbean Green #03D585
RGB
CMYK
RGB Variations
Color information
#03D585 (or 0x03D585) is known color: Caribbean Green. HEX triplet: 03, D5 and 85. RGB value is (3,213,133). Sum of RGB (Red+Green+Blue) = 3+213+133=349 (46% of max value = 765). Red value is 3 (1.56% from 255 or 0.86% from 349); Green value is 213 (83.59% from 255 or 61.03% from 349); Blue value is 133 (52.34% from 255 or 38.11% from 349); Max value from RGB is 213 - color contains mainly: green. Hex color #03D585 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #03D585 is #FC2A7A. Grayscale: #8D8D8D. Windows color (decimal): -16525947 or 8770819. OLE color: 8770819.
HSL color Cylindrical-coordinate representation of color #03D585: hue angle of 157.14º 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 #03D585 is Cyan = 0.99, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 3 | 213 | 133 | - |
| CMYK | 0.99 | 0 | 0.38 | 0.16 |
| HSL | 157.14º | 0.97% | 0.42% | - |
| HSV(B) | 157.14º | 0.99% | 0.84% | - |
| XYZ | 28.07 | 49.3 | 30.23 | - |
| YUV | 141.09 | 123.43 | 29.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 213 | 133 | 0.99 | 0 | 0.38 | 0.16 | 157.14 | 0.97 | 0.42 |
| Hex | 3 | D5 | 85 | 63 | 0 | 26 | 10 | 9D | 61 | 2A |
| Octal | 3 | 325 | 205 | 143 | 0 | 46 | 20 | 235 | 141 | 52 |
| Binary | 11 | 11010101 | 10000101 | 1100011 | 0 | 100110 | 10000 | 10011101 | 1100001 | 101010 |
Color Harmonies of #03D585
Complementary color
Monochromatic Colors of #03D585
Black with #03D585
Text Example
Text Example
White with #03D585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03D585; }
p { color: rgb(3,213,133); }
H1.HeaderClassName
{
color: #03D585;
}
.AnyTagClassName
{
color: #03D585;
}
</style>
background-color css
<style>
a { background-color: #03D585; }
a { background-color: rgb(3,213,133); }
div.DivClassName
{
background-color: #03D585;
}
.BgClassName
{
background-color: #03D585;
}
</style>
border-color css
<style>
span { border-color: #03D585; }
span { border-color: rgb(3,213,133); }
td.TdClassName
{
border-color: #03D585;
}
.TagClassName
{
border-color: #03D585;
}
</style>