Shades of Caribbean Green #03D195
Tints of Caribbean Green #03D195
RGB
CMYK
RGB Variations
Color information
#03D195 (or 0x03D195) is known color: Caribbean Green. HEX triplet: 03, D1 and 95. RGB value is (3,209,149). Sum of RGB (Red+Green+Blue) = 3+209+149=361 (47% of max value = 765). Red value is 3 (1.56% from 255 or 0.83% from 361); Green value is 209 (82.03% from 255 or 57.89% from 361); Blue value is 149 (58.59% from 255 or 41.27% from 361); Max value from RGB is 209 - color contains mainly: green. Hex color #03D195 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #03D195 is #FC2E6A. Grayscale: #8C8C8C. Windows color (decimal): -16526955 or 9818371. OLE color: 9818371.
HSL color Cylindrical-coordinate representation of color #03D195: hue angle of 162.52º 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 #03D195 is Cyan = 0.99, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 3 | 209 | 149 | - |
| CMYK | 0.99 | 0 | 0.29 | 0.18 |
| HSL | 162.52º | 0.97% | 0.42% | - |
| HSV(B) | 162.52º | 0.99% | 0.82% | - |
| XYZ | 28.26 | 47.79 | 36.17 | - |
| YUV | 140.57 | 132.75 | 29.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 209 | 149 | 0.99 | 0 | 0.29 | 0.18 | 162.52 | 0.97 | 0.42 |
| Hex | 3 | D1 | 95 | 63 | 0 | 1D | 12 | A3 | 61 | 2A |
| Octal | 3 | 321 | 225 | 143 | 0 | 35 | 22 | 243 | 141 | 52 |
| Binary | 11 | 11010001 | 10010101 | 1100011 | 0 | 11101 | 10010 | 10100011 | 1100001 | 101010 |
Color Harmonies of #03D195
Complementary color
Monochromatic Colors of #03D195
Black with #03D195
Text Example
Text Example
White with #03D195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03D195; }
p { color: rgb(3,209,149); }
H1.HeaderClassName
{
color: #03D195;
}
.AnyTagClassName
{
color: #03D195;
}
</style>
background-color css
<style>
a { background-color: #03D195; }
a { background-color: rgb(3,209,149); }
div.DivClassName
{
background-color: #03D195;
}
.BgClassName
{
background-color: #03D195;
}
</style>
border-color css
<style>
span { border-color: #03D195; }
span { border-color: rgb(3,209,149); }
td.TdClassName
{
border-color: #03D195;
}
.TagClassName
{
border-color: #03D195;
}
</style>