Shades of Caribbean Green #07DBA4
Tints of Caribbean Green #07DBA4
RGB
CMYK
RGB Variations
Color information
#07DBA4 (or 0x07DBA4) is known color: Caribbean Green. HEX triplet: 07, DB and A4. RGB value is (7,219,164). Sum of RGB (Red+Green+Blue) = 7+219+164=390 (51% of max value = 765). Red value is 7 (3.12% from 255 or 1.79% from 390); Green value is 219 (85.94% from 255 or 56.15% from 390); Blue value is 164 (64.45% from 255 or 42.05% from 390); Max value from RGB is 219 - color contains mainly: green. Hex color #07DBA4 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #07DBA4 is #F8245B. Grayscale: #959595. Windows color (decimal): -16262236 or 10803975. OLE color: 10803975.
HSL color Cylindrical-coordinate representation of color #07DBA4: hue angle of 164.43º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07DBA4 is Cyan = 0.97, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 7 | 219 | 164 | - |
| CMYK | 0.97 | 0 | 0.25 | 0.14 |
| HSL | 164.43º | 0.94% | 0.44% | - |
| HSV(B) | 164.43º | 0.97% | 0.86% | - |
| XYZ | 32.12 | 53.39 | 43.73 | - |
| YUV | 149.34 | 136.26 | 26.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 219 | 164 | 0.97 | 0 | 0.25 | 0.14 | 164.43 | 0.94 | 0.44 |
| Hex | 7 | DB | A4 | 61 | 0 | 19 | E | A4 | 5E | 2C |
| Octal | 7 | 333 | 244 | 141 | 0 | 31 | 16 | 244 | 136 | 54 |
| Binary | 111 | 11011011 | 10100100 | 1100001 | 0 | 11001 | 1110 | 10100100 | 1011110 | 101100 |
Color Harmonies of #07DBA4
Complementary color
Monochromatic Colors of #07DBA4
Black with #07DBA4
Text Example
Text Example
White with #07DBA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07DBA4; }
p { color: rgb(7,219,164); }
H1.HeaderClassName
{
color: #07DBA4;
}
.AnyTagClassName
{
color: #07DBA4;
}
</style>
background-color css
<style>
a { background-color: #07DBA4; }
a { background-color: rgb(7,219,164); }
div.DivClassName
{
background-color: #07DBA4;
}
.BgClassName
{
background-color: #07DBA4;
}
</style>
border-color css
<style>
span { border-color: #07DBA4; }
span { border-color: rgb(7,219,164); }
td.TdClassName
{
border-color: #07DBA4;
}
.TagClassName
{
border-color: #07DBA4;
}
</style>