Shades of Caribbean Green #03D08D
Tints of Caribbean Green #03D08D
RGB
CMYK
RGB Variations
Color information
#03D08D (or 0x03D08D) is known color: Caribbean Green. HEX triplet: 03, D0 and 8D. RGB value is (3,208,141). Sum of RGB (Red+Green+Blue) = 3+208+141=352 (46% of max value = 765). Red value is 3 (1.56% from 255 or 0.85% from 352); Green value is 208 (81.64% from 255 or 59.09% from 352); Blue value is 141 (55.47% from 255 or 40.06% from 352); Max value from RGB is 208 - color contains mainly: green. Hex color #03D08D is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #03D08D is #FC2F72. Grayscale: #8B8B8B. Windows color (decimal): -16527219 or 9293827. OLE color: 9293827.
HSL color Cylindrical-coordinate representation of color #03D08D: hue angle of 160.39º 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 #03D08D is Cyan = 0.99, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 3 | 208 | 141 | - |
| CMYK | 0.99 | 0 | 0.32 | 0.18 |
| HSL | 160.39º | 0.97% | 0.41% | - |
| HSV(B) | 160.39º | 0.99% | 0.82% | - |
| XYZ | 27.4 | 47.05 | 32.84 | - |
| YUV | 139.07 | 129.08 | 30.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 208 | 141 | 0.99 | 0 | 0.32 | 0.18 | 160.39 | 0.97 | 0.41 |
| Hex | 3 | D0 | 8D | 63 | 0 | 20 | 12 | A0 | 61 | 29 |
| Octal | 3 | 320 | 215 | 143 | 0 | 40 | 22 | 240 | 141 | 51 |
| Binary | 11 | 11010000 | 10001101 | 1100011 | 0 | 100000 | 10010 | 10100000 | 1100001 | 101001 |
Color Harmonies of #03D08D
Complementary color
Monochromatic Colors of #03D08D
Black with #03D08D
Text Example
Text Example
White with #03D08D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03D08D; }
p { color: rgb(3,208,141); }
H1.HeaderClassName
{
color: #03D08D;
}
.AnyTagClassName
{
color: #03D08D;
}
</style>
background-color css
<style>
a { background-color: #03D08D; }
a { background-color: rgb(3,208,141); }
div.DivClassName
{
background-color: #03D08D;
}
.BgClassName
{
background-color: #03D08D;
}
</style>
border-color css
<style>
span { border-color: #03D08D; }
span { border-color: rgb(3,208,141); }
td.TdClassName
{
border-color: #03D08D;
}
.TagClassName
{
border-color: #03D08D;
}
</style>