Shades of Caribbean Green #03D085
Tints of Caribbean Green #03D085
RGB
CMYK
RGB Variations
Color information
#03D085 (or 0x03D085) is known color: Caribbean Green. HEX triplet: 03, D0 and 85. RGB value is (3,208,133). Sum of RGB (Red+Green+Blue) = 3+208+133=344 (45% of max value = 765). Red value is 3 (1.56% from 255 or 0.87% from 344); Green value is 208 (81.64% from 255 or 60.47% from 344); Blue value is 133 (52.34% from 255 or 38.66% from 344); Max value from RGB is 208 - color contains mainly: green. Hex color #03D085 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #03D085 is #FC2F7A. Grayscale: #8A8A8A. Windows color (decimal): -16527227 or 8769539. OLE color: 8769539.
HSL color Cylindrical-coordinate representation of color #03D085: hue angle of 158.05º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03D085 is Cyan = 0.99, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 3 | 208 | 133 | - |
| CMYK | 0.99 | 0 | 0.36 | 0.18 |
| HSL | 158.05º | 0.97% | 0.41% | - |
| HSV(B) | 158.05º | 0.99% | 0.82% | - |
| XYZ | 26.83 | 46.82 | 29.81 | - |
| YUV | 138.16 | 125.08 | 31.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 208 | 133 | 0.99 | 0 | 0.36 | 0.18 | 158.05 | 0.97 | 0.41 |
| Hex | 3 | D0 | 85 | 63 | 0 | 24 | 12 | 9E | 61 | 29 |
| Octal | 3 | 320 | 205 | 143 | 0 | 44 | 22 | 236 | 141 | 51 |
| Binary | 11 | 11010000 | 10000101 | 1100011 | 0 | 100100 | 10010 | 10011110 | 1100001 | 101001 |
Color Harmonies of #03D085
Complementary color
Monochromatic Colors of #03D085
Black with #03D085
Text Example
Text Example
White with #03D085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03D085; }
p { color: rgb(3,208,133); }
H1.HeaderClassName
{
color: #03D085;
}
.AnyTagClassName
{
color: #03D085;
}
</style>
background-color css
<style>
a { background-color: #03D085; }
a { background-color: rgb(3,208,133); }
div.DivClassName
{
background-color: #03D085;
}
.BgClassName
{
background-color: #03D085;
}
</style>
border-color css
<style>
span { border-color: #03D085; }
span { border-color: rgb(3,208,133); }
td.TdClassName
{
border-color: #03D085;
}
.TagClassName
{
border-color: #03D085;
}
</style>