Shades of Caribbean Green #03DBAC
Tints of Caribbean Green #03DBAC
RGB
CMYK
RGB Variations
Color information
#03DBAC (or 0x03DBAC) is known color: Caribbean Green. HEX triplet: 03, DB and AC. RGB value is (3,219,172). Sum of RGB (Red+Green+Blue) = 3+219+172=394 (52% of max value = 765). Red value is 3 (1.56% from 255 or 0.76% from 394); Green value is 219 (85.94% from 255 or 55.58% from 394); Blue value is 172 (67.58% from 255 or 43.65% from 394); Max value from RGB is 219 - color contains mainly: green. Hex color #03DBAC is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #03DBAC is #FC2453. Grayscale: #959595. Windows color (decimal): -16524372 or 11328259. OLE color: 11328259.
HSL color Cylindrical-coordinate representation of color #03DBAC: hue angle of 166.94º 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 #03DBAC is Cyan = 0.99, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 3 | 219 | 172 | - |
| CMYK | 0.99 | 0 | 0.21 | 0.14 |
| HSL | 166.94º | 0.97% | 0.44% | - |
| HSV(B) | 166.94º | 0.99% | 0.86% | - |
| XYZ | 32.82 | 53.66 | 47.66 | - |
| YUV | 149.06 | 140.94 | 23.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 219 | 172 | 0.99 | 0 | 0.21 | 0.14 | 166.94 | 0.97 | 0.44 |
| Hex | 3 | DB | AC | 63 | 0 | 15 | E | A7 | 61 | 2C |
| Octal | 3 | 333 | 254 | 143 | 0 | 25 | 16 | 247 | 141 | 54 |
| Binary | 11 | 11011011 | 10101100 | 1100011 | 0 | 10101 | 1110 | 10100111 | 1100001 | 101100 |
Color Harmonies of #03DBAC
Complementary color
Monochromatic Colors of #03DBAC
Black with #03DBAC
Text Example
Text Example
White with #03DBAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03DBAC; }
p { color: rgb(3,219,172); }
H1.HeaderClassName
{
color: #03DBAC;
}
.AnyTagClassName
{
color: #03DBAC;
}
</style>
background-color css
<style>
a { background-color: #03DBAC; }
a { background-color: rgb(3,219,172); }
div.DivClassName
{
background-color: #03DBAC;
}
.BgClassName
{
background-color: #03DBAC;
}
</style>
border-color css
<style>
span { border-color: #03DBAC; }
span { border-color: rgb(3,219,172); }
td.TdClassName
{
border-color: #03DBAC;
}
.TagClassName
{
border-color: #03DBAC;
}
</style>