Shades of Caribbean Green #03D096
Tints of Caribbean Green #03D096
RGB
CMYK
RGB Variations
Color information
#03D096 (or 0x03D096) is known color: Caribbean Green. HEX triplet: 03, D0 and 96. RGB value is (3,208,150). Sum of RGB (Red+Green+Blue) = 3+208+150=361 (47% of max value = 765). Red value is 3 (1.56% from 255 or 0.83% from 361); Green value is 208 (81.64% from 255 or 57.62% from 361); Blue value is 150 (58.98% from 255 or 41.55% from 361); Max value from RGB is 208 - color contains mainly: green. Hex color #03D096 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #03D096 is #FC2F69. Grayscale: #8C8C8C. Windows color (decimal): -16527210 or 9883651. OLE color: 9883651.
HSL color Cylindrical-coordinate representation of color #03D096: hue angle of 163.02º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03D096 is Cyan = 0.99, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 3 | 208 | 150 | - |
| CMYK | 0.99 | 0 | 0.28 | 0.18 |
| HSL | 163.02º | 0.97% | 0.41% | - |
| HSV(B) | 163.02º | 0.99% | 0.82% | - |
| XYZ | 28.1 | 47.33 | 36.51 | - |
| YUV | 140.09 | 133.58 | 30.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 208 | 150 | 0.99 | 0 | 0.28 | 0.18 | 163.02 | 0.97 | 0.41 |
| Hex | 3 | D0 | 96 | 63 | 0 | 1C | 12 | A3 | 61 | 29 |
| Octal | 3 | 320 | 226 | 143 | 0 | 34 | 22 | 243 | 141 | 51 |
| Binary | 11 | 11010000 | 10010110 | 1100011 | 0 | 11100 | 10010 | 10100011 | 1100001 | 101001 |
Color Harmonies of #03D096
Complementary color
Monochromatic Colors of #03D096
Black with #03D096
Text Example
Text Example
White with #03D096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03D096; }
p { color: rgb(3,208,150); }
H1.HeaderClassName
{
color: #03D096;
}
.AnyTagClassName
{
color: #03D096;
}
</style>
background-color css
<style>
a { background-color: #03D096; }
a { background-color: rgb(3,208,150); }
div.DivClassName
{
background-color: #03D096;
}
.BgClassName
{
background-color: #03D096;
}
</style>
border-color css
<style>
span { border-color: #03D096; }
span { border-color: rgb(3,208,150); }
td.TdClassName
{
border-color: #03D096;
}
.TagClassName
{
border-color: #03D096;
}
</style>