Shades of Caribbean Green #03DBA4
Tints of Caribbean Green #03DBA4
RGB
CMYK
RGB Variations
Color information
#03DBA4 (or 0x03DBA4) is known color: Caribbean Green. HEX triplet: 03, DB and A4. RGB value is (3,219,164). Sum of RGB (Red+Green+Blue) = 3+219+164=386 (51% of max value = 765). Red value is 3 (1.56% from 255 or 0.78% from 386); Green value is 219 (85.94% from 255 or 56.74% from 386); Blue value is 164 (64.45% from 255 or 42.49% from 386); Max value from RGB is 219 - color contains mainly: green. Hex color #03DBA4 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #03DBA4 is #FC245B. Grayscale: #949494. Windows color (decimal): -16524380 or 10803971. OLE color: 10803971.
HSL color Cylindrical-coordinate representation of color #03DBA4: hue angle of 164.72º 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 #03DBA4 is Cyan = 0.99, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 3 | 219 | 164 | - |
| CMYK | 0.99 | 0 | 0.25 | 0.14 |
| HSL | 164.72º | 0.97% | 0.44% | - |
| HSV(B) | 164.72º | 0.99% | 0.86% | - |
| XYZ | 32.07 | 53.36 | 43.73 | - |
| YUV | 148.15 | 136.94 | 24.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 219 | 164 | 0.99 | 0 | 0.25 | 0.14 | 164.72 | 0.97 | 0.44 |
| Hex | 3 | DB | A4 | 63 | 0 | 19 | E | A5 | 61 | 2C |
| Octal | 3 | 333 | 244 | 143 | 0 | 31 | 16 | 245 | 141 | 54 |
| Binary | 11 | 11011011 | 10100100 | 1100011 | 0 | 11001 | 1110 | 10100101 | 1100001 | 101100 |
Color Harmonies of #03DBA4
Complementary color
Monochromatic Colors of #03DBA4
Black with #03DBA4
Text Example
Text Example
White with #03DBA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03DBA4; }
p { color: rgb(3,219,164); }
H1.HeaderClassName
{
color: #03DBA4;
}
.AnyTagClassName
{
color: #03DBA4;
}
</style>
background-color css
<style>
a { background-color: #03DBA4; }
a { background-color: rgb(3,219,164); }
div.DivClassName
{
background-color: #03DBA4;
}
.BgClassName
{
background-color: #03DBA4;
}
</style>
border-color css
<style>
span { border-color: #03DBA4; }
span { border-color: rgb(3,219,164); }
td.TdClassName
{
border-color: #03DBA4;
}
.TagClassName
{
border-color: #03DBA4;
}
</style>