Shades of Caribbean Green #07DAB1
Tints of Caribbean Green #07DAB1
RGB
CMYK
RGB Variations
Color information
#07DAB1 (or 0x07DAB1) is known color: Caribbean Green. HEX triplet: 07, DA and B1. RGB value is (7,218,177). Sum of RGB (Red+Green+Blue) = 7+218+177=402 (53% of max value = 765). Red value is 7 (3.12% from 255 or 1.74% from 402); Green value is 218 (85.55% from 255 or 54.23% from 402); Blue value is 177 (69.53% from 255 or 44.03% from 402); Max value from RGB is 218 - color contains mainly: green. Hex color #07DAB1 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #07DAB1 is #F8254E. Grayscale: #969696. Windows color (decimal): -16262479 or 11655687. OLE color: 11655687.
HSL color Cylindrical-coordinate representation of color #07DAB1: hue angle of 168.34º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07DAB1 is Cyan = 0.97, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 7 | 218 | 177 | - |
| CMYK | 0.97 | 0 | 0.19 | 0.15 |
| HSL | 168.34º | 0.94% | 0.44% | - |
| HSV(B) | 168.34º | 0.97% | 0.85% | - |
| XYZ | 33.09 | 53.36 | 50.15 | - |
| YUV | 150.24 | 143.1 | 25.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 218 | 177 | 0.97 | 0 | 0.19 | 0.15 | 168.34 | 0.94 | 0.44 |
| Hex | 7 | DA | B1 | 61 | 0 | 13 | F | A8 | 5E | 2C |
| Octal | 7 | 332 | 261 | 141 | 0 | 23 | 17 | 250 | 136 | 54 |
| Binary | 111 | 11011010 | 10110001 | 1100001 | 0 | 10011 | 1111 | 10101000 | 1011110 | 101100 |
Color Harmonies of #07DAB1
Complementary color
Monochromatic Colors of #07DAB1
Black with #07DAB1
Text Example
Text Example
White with #07DAB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07DAB1; }
p { color: rgb(7,218,177); }
H1.HeaderClassName
{
color: #07DAB1;
}
.AnyTagClassName
{
color: #07DAB1;
}
</style>
background-color css
<style>
a { background-color: #07DAB1; }
a { background-color: rgb(7,218,177); }
div.DivClassName
{
background-color: #07DAB1;
}
.BgClassName
{
background-color: #07DAB1;
}
</style>
border-color css
<style>
span { border-color: #07DAB1; }
span { border-color: rgb(7,218,177); }
td.TdClassName
{
border-color: #07DAB1;
}
.TagClassName
{
border-color: #07DAB1;
}
</style>