Shades of Caribbean Green #03D896
Tints of Caribbean Green #03D896
RGB
CMYK
RGB Variations
Color information
#03D896 (or 0x03D896) is known color: Caribbean Green. HEX triplet: 03, D8 and 96. RGB value is (3,216,150). Sum of RGB (Red+Green+Blue) = 3+216+150=369 (48% of max value = 765). Red value is 3 (1.56% from 255 or 0.81% from 369); Green value is 216 (84.77% from 255 or 58.54% from 369); Blue value is 150 (58.98% from 255 or 40.65% from 369); Max value from RGB is 216 - color contains mainly: green. Hex color #03D896 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #03D896 is #FC2769. Grayscale: #909090. Windows color (decimal): -16525162 or 9885699. OLE color: 9885699.
HSL color Cylindrical-coordinate representation of color #03D896: hue angle of 161.41º 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 #03D896 is Cyan = 0.99, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 3 | 216 | 150 | - |
| CMYK | 0.99 | 0 | 0.31 | 0.15 |
| HSL | 161.41º | 0.97% | 0.43% | - |
| HSV(B) | 161.41º | 0.99% | 0.85% | - |
| XYZ | 30.1 | 51.33 | 37.18 | - |
| YUV | 144.79 | 130.93 | 26.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 216 | 150 | 0.99 | 0 | 0.31 | 0.15 | 161.41 | 0.97 | 0.43 |
| Hex | 3 | D8 | 96 | 63 | 0 | 1F | F | A1 | 61 | 2B |
| Octal | 3 | 330 | 226 | 143 | 0 | 37 | 17 | 241 | 141 | 53 |
| Binary | 11 | 11011000 | 10010110 | 1100011 | 0 | 11111 | 1111 | 10100001 | 1100001 | 101011 |
Color Harmonies of #03D896
Complementary color
Monochromatic Colors of #03D896
Black with #03D896
Text Example
Text Example
White with #03D896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03D896; }
p { color: rgb(3,216,150); }
H1.HeaderClassName
{
color: #03D896;
}
.AnyTagClassName
{
color: #03D896;
}
</style>
background-color css
<style>
a { background-color: #03D896; }
a { background-color: rgb(3,216,150); }
div.DivClassName
{
background-color: #03D896;
}
.BgClassName
{
background-color: #03D896;
}
</style>
border-color css
<style>
span { border-color: #03D896; }
span { border-color: rgb(3,216,150); }
td.TdClassName
{
border-color: #03D896;
}
.TagClassName
{
border-color: #03D896;
}
</style>