Shades of Caribbean Green #03D07D
Tints of Caribbean Green #03D07D
RGB
CMYK
RGB Variations
Color information
#03D07D (or 0x03D07D) is known color: Caribbean Green. HEX triplet: 03, D0 and 7D. RGB value is (3,208,125). Sum of RGB (Red+Green+Blue) = 3+208+125=336 (44% of max value = 765). Red value is 3 (1.56% from 255 or 0.89% from 336); Green value is 208 (81.64% from 255 or 61.90% from 336); Blue value is 125 (49.22% from 255 or 37.20% from 336); Max value from RGB is 208 - color contains mainly: green. Hex color #03D07D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #03D07D is #FC2F82. Grayscale: #898989. Windows color (decimal): -16527235 or 8245251. OLE color: 8245251.
HSL color Cylindrical-coordinate representation of color #03D07D: hue angle of 155.71º 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 #03D07D is Cyan = 0.99, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 3 | 208 | 125 | - |
| CMYK | 0.99 | 0 | 0.40 | 0.18 |
| HSL | 155.71º | 0.97% | 0.41% | - |
| HSV(B) | 155.71º | 0.99% | 0.82% | - |
| XYZ | 26.3 | 46.61 | 27.01 | - |
| YUV | 137.24 | 121.08 | 32.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 208 | 125 | 0.99 | 0 | 0.40 | 0.18 | 155.71 | 0.97 | 0.41 |
| Hex | 3 | D0 | 7D | 63 | 0 | 28 | 12 | 9C | 61 | 29 |
| Octal | 3 | 320 | 175 | 143 | 0 | 50 | 22 | 234 | 141 | 51 |
| Binary | 11 | 11010000 | 1111101 | 1100011 | 0 | 101000 | 10010 | 10011100 | 1100001 | 101001 |
Color Harmonies of #03D07D
Complementary color
Monochromatic Colors of #03D07D
Black with #03D07D
Text Example
Text Example
White with #03D07D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03D07D; }
p { color: rgb(3,208,125); }
H1.HeaderClassName
{
color: #03D07D;
}
.AnyTagClassName
{
color: #03D07D;
}
</style>
background-color css
<style>
a { background-color: #03D07D; }
a { background-color: rgb(3,208,125); }
div.DivClassName
{
background-color: #03D07D;
}
.BgClassName
{
background-color: #03D07D;
}
</style>
border-color css
<style>
span { border-color: #03D07D; }
span { border-color: rgb(3,208,125); }
td.TdClassName
{
border-color: #03D07D;
}
.TagClassName
{
border-color: #03D07D;
}
</style>