Shades of Caribbean Green #03D07C
Tints of Caribbean Green #03D07C
RGB
CMYK
RGB Variations
Color information
#03D07C (or 0x03D07C) is known color: Caribbean Green. HEX triplet: 03, D0 and 7C. RGB value is (3,208,124). Sum of RGB (Red+Green+Blue) = 3+208+124=335 (44% of max value = 765). Red value is 3 (1.56% from 255 or 0.90% from 335); Green value is 208 (81.64% from 255 or 62.09% from 335); Blue value is 124 (48.83% from 255 or 37.01% from 335); Max value from RGB is 208 - color contains mainly: green. Hex color #03D07C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #03D07C is #FC2F83. Grayscale: #898989. Windows color (decimal): -16527236 or 8179715. OLE color: 8179715.
HSL color Cylindrical-coordinate representation of color #03D07C: hue angle of 155.41º 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 #03D07C is Cyan = 0.99, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 3 | 208 | 124 | - |
| CMYK | 0.99 | 0 | 0.40 | 0.18 |
| HSL | 155.41º | 0.97% | 0.41% | - |
| HSV(B) | 155.41º | 0.99% | 0.82% | - |
| XYZ | 26.23 | 46.59 | 26.68 | - |
| YUV | 137.13 | 120.58 | 32.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 208 | 124 | 0.99 | 0 | 0.40 | 0.18 | 155.41 | 0.97 | 0.41 |
| Hex | 3 | D0 | 7C | 63 | 0 | 28 | 12 | 9B | 61 | 29 |
| Octal | 3 | 320 | 174 | 143 | 0 | 50 | 22 | 233 | 141 | 51 |
| Binary | 11 | 11010000 | 1111100 | 1100011 | 0 | 101000 | 10010 | 10011011 | 1100001 | 101001 |
Color Harmonies of #03D07C
Complementary color
Monochromatic Colors of #03D07C
Black with #03D07C
Text Example
Text Example
White with #03D07C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03D07C; }
p { color: rgb(3,208,124); }
H1.HeaderClassName
{
color: #03D07C;
}
.AnyTagClassName
{
color: #03D07C;
}
</style>
background-color css
<style>
a { background-color: #03D07C; }
a { background-color: rgb(3,208,124); }
div.DivClassName
{
background-color: #03D07C;
}
.BgClassName
{
background-color: #03D07C;
}
</style>
border-color css
<style>
span { border-color: #03D07C; }
span { border-color: rgb(3,208,124); }
td.TdClassName
{
border-color: #03D07C;
}
.TagClassName
{
border-color: #03D07C;
}
</style>