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