Shades of Caribbean Green #07DAA1
Tints of Caribbean Green #07DAA1
RGB
CMYK
RGB Variations
Color information
#07DAA1 (or 0x07DAA1) is known color: Caribbean Green. HEX triplet: 07, DA and A1. RGB value is (7,218,161). Sum of RGB (Red+Green+Blue) = 7+218+161=386 (51% of max value = 765). Red value is 7 (3.12% from 255 or 1.81% from 386); Green value is 218 (85.55% from 255 or 56.48% from 386); Blue value is 161 (63.28% from 255 or 41.71% from 386); Max value from RGB is 218 - color contains mainly: green. Hex color #07DAA1 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #07DAA1 is #F8255E. Grayscale: #949494. Windows color (decimal): -16262495 or 10607111. OLE color: 10607111.
HSL color Cylindrical-coordinate representation of color #07DAA1: hue angle of 163.79º 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 #07DAA1 is Cyan = 0.97, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 7 | 218 | 161 | - |
| CMYK | 0.97 | 0 | 0.26 | 0.15 |
| HSL | 163.79º | 0.94% | 0.44% | - |
| HSV(B) | 163.79º | 0.97% | 0.85% | - |
| XYZ | 31.59 | 52.76 | 42.24 | - |
| YUV | 148.41 | 135.1 | 27.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 218 | 161 | 0.97 | 0 | 0.26 | 0.15 | 163.79 | 0.94 | 0.44 |
| Hex | 7 | DA | A1 | 61 | 0 | 1A | F | A4 | 5E | 2C |
| Octal | 7 | 332 | 241 | 141 | 0 | 32 | 17 | 244 | 136 | 54 |
| Binary | 111 | 11011010 | 10100001 | 1100001 | 0 | 11010 | 1111 | 10100100 | 1011110 | 101100 |
Color Harmonies of #07DAA1
Complementary color
Monochromatic Colors of #07DAA1
Black with #07DAA1
Text Example
Text Example
White with #07DAA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07DAA1; }
p { color: rgb(7,218,161); }
H1.HeaderClassName
{
color: #07DAA1;
}
.AnyTagClassName
{
color: #07DAA1;
}
</style>
background-color css
<style>
a { background-color: #07DAA1; }
a { background-color: rgb(7,218,161); }
div.DivClassName
{
background-color: #07DAA1;
}
.BgClassName
{
background-color: #07DAA1;
}
</style>
border-color css
<style>
span { border-color: #07DAA1; }
span { border-color: rgb(7,218,161); }
td.TdClassName
{
border-color: #07DAA1;
}
.TagClassName
{
border-color: #07DAA1;
}
</style>