Shades of Caribbean Green #03D19F
Tints of Caribbean Green #03D19F
RGB
CMYK
RGB Variations
Color information
#03D19F (or 0x03D19F) is known color: Caribbean Green. HEX triplet: 03, D1 and 9F. RGB value is (3,209,159). Sum of RGB (Red+Green+Blue) = 3+209+159=371 (49% of max value = 765). Red value is 3 (1.56% from 255 or 0.81% from 371); Green value is 209 (82.03% from 255 or 56.33% from 371); Blue value is 159 (62.5% from 255 or 42.86% from 371); Max value from RGB is 209 - color contains mainly: green. Hex color #03D19F is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #03D19F is #FC2E60. Grayscale: #8D8D8D. Windows color (decimal): -16526945 or 10473731. OLE color: 10473731.
HSL color Cylindrical-coordinate representation of color #03D19F: hue angle of 165.44º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03D19F is Cyan = 0.99, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 3 | 209 | 159 | - |
| CMYK | 0.99 | 0 | 0.24 | 0.18 |
| HSL | 165.44º | 0.97% | 0.42% | - |
| HSV(B) | 165.44º | 0.99% | 0.82% | - |
| XYZ | 29.1 | 48.12 | 40.56 | - |
| YUV | 141.71 | 137.75 | 29.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 209 | 159 | 0.99 | 0 | 0.24 | 0.18 | 165.44 | 0.97 | 0.42 |
| Hex | 3 | D1 | 9F | 63 | 0 | 18 | 12 | A5 | 61 | 2A |
| Octal | 3 | 321 | 237 | 143 | 0 | 30 | 22 | 245 | 141 | 52 |
| Binary | 11 | 11010001 | 10011111 | 1100011 | 0 | 11000 | 10010 | 10100101 | 1100001 | 101010 |
Color Harmonies of #03D19F
Complementary color
Monochromatic Colors of #03D19F
Black with #03D19F
Text Example
Text Example
White with #03D19F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03D19F; }
p { color: rgb(3,209,159); }
H1.HeaderClassName
{
color: #03D19F;
}
.AnyTagClassName
{
color: #03D19F;
}
</style>
background-color css
<style>
a { background-color: #03D19F; }
a { background-color: rgb(3,209,159); }
div.DivClassName
{
background-color: #03D19F;
}
.BgClassName
{
background-color: #03D19F;
}
</style>
border-color css
<style>
span { border-color: #03D19F; }
span { border-color: rgb(3,209,159); }
td.TdClassName
{
border-color: #03D19F;
}
.TagClassName
{
border-color: #03D19F;
}
</style>