Shades of Caribbean Green #03DCB0
Tints of Caribbean Green #03DCB0
RGB
CMYK
RGB Variations
Color information
#03DCB0 (or 0x03DCB0) is known color: Caribbean Green. HEX triplet: 03, DC and B0. RGB value is (3,220,176). Sum of RGB (Red+Green+Blue) = 3+220+176=399 (52% of max value = 765). Red value is 3 (1.56% from 255 or 0.75% from 399); Green value is 220 (86.33% from 255 or 55.14% from 399); Blue value is 176 (69.14% from 255 or 44.11% from 399); Max value from RGB is 220 - color contains mainly: green. Hex color #03DCB0 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #03DCB0 is #FC234F. Grayscale: #969696. Windows color (decimal): -16524112 or 11590659. OLE color: 11590659.
HSL color Cylindrical-coordinate representation of color #03DCB0: hue angle of 167.83º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03DCB0 is Cyan = 0.99, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 3 | 220 | 176 | - |
| CMYK | 0.99 | 0 | 0.2 | 0.14 |
| HSL | 167.83º | 0.97% | 0.44% | - |
| HSV(B) | 167.83º | 0.99% | 0.86% | - |
| XYZ | 33.47 | 54.34 | 49.8 | - |
| YUV | 150.1 | 142.61 | 23.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 220 | 176 | 0.99 | 0 | 0.2 | 0.14 | 167.83 | 0.97 | 0.44 |
| Hex | 3 | DC | B0 | 63 | 0 | 14 | E | A8 | 61 | 2C |
| Octal | 3 | 334 | 260 | 143 | 0 | 24 | 16 | 250 | 141 | 54 |
| Binary | 11 | 11011100 | 10110000 | 1100011 | 0 | 10100 | 1110 | 10101000 | 1100001 | 101100 |
Color Harmonies of #03DCB0
Complementary color
Monochromatic Colors of #03DCB0
Black with #03DCB0
Text Example
Text Example
White with #03DCB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03DCB0; }
p { color: rgb(3,220,176); }
H1.HeaderClassName
{
color: #03DCB0;
}
.AnyTagClassName
{
color: #03DCB0;
}
</style>
background-color css
<style>
a { background-color: #03DCB0; }
a { background-color: rgb(3,220,176); }
div.DivClassName
{
background-color: #03DCB0;
}
.BgClassName
{
background-color: #03DCB0;
}
</style>
border-color css
<style>
span { border-color: #03DCB0; }
span { border-color: rgb(3,220,176); }
td.TdClassName
{
border-color: #03DCB0;
}
.TagClassName
{
border-color: #03DCB0;
}
</style>