Shades of Caribbean Green #03D9B0
Tints of Caribbean Green #03D9B0
RGB
CMYK
RGB Variations
Color information
#03D9B0 (or 0x03D9B0) is known color: Caribbean Green. HEX triplet: 03, D9 and B0. RGB value is (3,217,176). Sum of RGB (Red+Green+Blue) = 3+217+176=396 (52% of max value = 765). Red value is 3 (1.56% from 255 or 0.76% from 396); Green value is 217 (85.16% from 255 or 54.80% from 396); Blue value is 176 (69.14% from 255 or 44.44% from 396); Max value from RGB is 217 - color contains mainly: green. Hex color #03D9B0 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #03D9B0 is #FC264F. Grayscale: #949494. Windows color (decimal): -16524880 or 11589891. OLE color: 11589891.
HSL color Cylindrical-coordinate representation of color #03D9B0: hue angle of 168.5º 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 #03D9B0 is Cyan = 0.99, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 3 | 217 | 176 | - |
| CMYK | 0.99 | 0 | 0.19 | 0.15 |
| HSL | 168.5º | 0.97% | 0.43% | - |
| HSV(B) | 168.5º | 0.99% | 0.85% | - |
| XYZ | 32.69 | 52.78 | 49.54 | - |
| YUV | 148.34 | 143.6 | 24.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 217 | 176 | 0.99 | 0 | 0.19 | 0.15 | 168.5 | 0.97 | 0.43 |
| Hex | 3 | D9 | B0 | 63 | 0 | 13 | F | A9 | 61 | 2B |
| Octal | 3 | 331 | 260 | 143 | 0 | 23 | 17 | 251 | 141 | 53 |
| Binary | 11 | 11011001 | 10110000 | 1100011 | 0 | 10011 | 1111 | 10101001 | 1100001 | 101011 |
Color Harmonies of #03D9B0
Complementary color
Monochromatic Colors of #03D9B0
Black with #03D9B0
Text Example
Text Example
White with #03D9B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03D9B0; }
p { color: rgb(3,217,176); }
H1.HeaderClassName
{
color: #03D9B0;
}
.AnyTagClassName
{
color: #03D9B0;
}
</style>
background-color css
<style>
a { background-color: #03D9B0; }
a { background-color: rgb(3,217,176); }
div.DivClassName
{
background-color: #03D9B0;
}
.BgClassName
{
background-color: #03D9B0;
}
</style>
border-color css
<style>
span { border-color: #03D9B0; }
span { border-color: rgb(3,217,176); }
td.TdClassName
{
border-color: #03D9B0;
}
.TagClassName
{
border-color: #03D9B0;
}
</style>