Shades of Caribbean Green #03D895
Tints of Caribbean Green #03D895
RGB
CMYK
RGB Variations
Color information
#03D895 (or 0x03D895) is known color: Caribbean Green. HEX triplet: 03, D8 and 95. RGB value is (3,216,149). Sum of RGB (Red+Green+Blue) = 3+216+149=368 (48% of max value = 765). Red value is 3 (1.56% from 255 or 0.82% from 368); Green value is 216 (84.77% from 255 or 58.70% from 368); Blue value is 149 (58.59% from 255 or 40.49% from 368); Max value from RGB is 216 - color contains mainly: green. Hex color #03D895 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #03D895 is #FC276A. Grayscale: #909090. Windows color (decimal): -16525163 or 9820163. OLE color: 9820163.
HSL color Cylindrical-coordinate representation of color #03D895: hue angle of 161.13º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03D895 is Cyan = 0.99, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 3 | 216 | 149 | - |
| CMYK | 0.99 | 0 | 0.31 | 0.15 |
| HSL | 161.13º | 0.97% | 0.43% | - |
| HSV(B) | 161.13º | 0.99% | 0.85% | - |
| XYZ | 30.02 | 51.3 | 36.75 | - |
| YUV | 144.68 | 130.43 | 26.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 216 | 149 | 0.99 | 0 | 0.31 | 0.15 | 161.13 | 0.97 | 0.43 |
| Hex | 3 | D8 | 95 | 63 | 0 | 1F | F | A1 | 61 | 2B |
| Octal | 3 | 330 | 225 | 143 | 0 | 37 | 17 | 241 | 141 | 53 |
| Binary | 11 | 11011000 | 10010101 | 1100011 | 0 | 11111 | 1111 | 10100001 | 1100001 | 101011 |
Color Harmonies of #03D895
Complementary color
Monochromatic Colors of #03D895
Black with #03D895
Text Example
Text Example
White with #03D895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03D895; }
p { color: rgb(3,216,149); }
H1.HeaderClassName
{
color: #03D895;
}
.AnyTagClassName
{
color: #03D895;
}
</style>
background-color css
<style>
a { background-color: #03D895; }
a { background-color: rgb(3,216,149); }
div.DivClassName
{
background-color: #03D895;
}
.BgClassName
{
background-color: #03D895;
}
</style>
border-color css
<style>
span { border-color: #03D895; }
span { border-color: rgb(3,216,149); }
td.TdClassName
{
border-color: #03D895;
}
.TagClassName
{
border-color: #03D895;
}
</style>