Shades of Caribbean Green #03D59F
Tints of Caribbean Green #03D59F
RGB
CMYK
RGB Variations
Color information
#03D59F (or 0x03D59F) is known color: Caribbean Green. HEX triplet: 03, D5 and 9F. RGB value is (3,213,159). Sum of RGB (Red+Green+Blue) = 3+213+159=375 (49% of max value = 765). Red value is 3 (1.56% from 255 or 0.8% from 375); Green value is 213 (83.59% from 255 or 56.8% from 375); Blue value is 159 (62.5% from 255 or 42.4% from 375); Max value from RGB is 213 - color contains mainly: green. Hex color #03D59F is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #03D59F is #FC2A60. Grayscale: #909090. Windows color (decimal): -16525921 or 10474755. OLE color: 10474755.
HSL color Cylindrical-coordinate representation of color #03D59F: hue angle of 164.57º 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 #03D59F is Cyan = 0.99, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 3 | 213 | 159 | - |
| CMYK | 0.99 | 0 | 0.25 | 0.16 |
| HSL | 164.57º | 0.97% | 0.42% | - |
| HSV(B) | 164.57º | 0.99% | 0.84% | - |
| XYZ | 30.09 | 50.11 | 40.89 | - |
| YUV | 144.05 | 136.43 | 27.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 213 | 159 | 0.99 | 0 | 0.25 | 0.16 | 164.57 | 0.97 | 0.42 |
| Hex | 3 | D5 | 9F | 63 | 0 | 19 | 10 | A5 | 61 | 2A |
| Octal | 3 | 325 | 237 | 143 | 0 | 31 | 20 | 245 | 141 | 52 |
| Binary | 11 | 11010101 | 10011111 | 1100011 | 0 | 11001 | 10000 | 10100101 | 1100001 | 101010 |
Color Harmonies of #03D59F
Complementary color
Monochromatic Colors of #03D59F
Black with #03D59F
Text Example
Text Example
White with #03D59F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03D59F; }
p { color: rgb(3,213,159); }
H1.HeaderClassName
{
color: #03D59F;
}
.AnyTagClassName
{
color: #03D59F;
}
</style>
background-color css
<style>
a { background-color: #03D59F; }
a { background-color: rgb(3,213,159); }
div.DivClassName
{
background-color: #03D59F;
}
.BgClassName
{
background-color: #03D59F;
}
</style>
border-color css
<style>
span { border-color: #03D59F; }
span { border-color: rgb(3,213,159); }
td.TdClassName
{
border-color: #03D59F;
}
.TagClassName
{
border-color: #03D59F;
}
</style>