Shades of Caribbean Green #07D08B
Tints of Caribbean Green #07D08B
RGB
CMYK
RGB Variations
Color information
#07D08B (or 0x07D08B) is known color: Caribbean Green. HEX triplet: 07, D0 and 8B. RGB value is (7,208,139). Sum of RGB (Red+Green+Blue) = 7+208+139=354 (46% of max value = 765). Red value is 7 (3.12% from 255 or 1.98% from 354); Green value is 208 (81.64% from 255 or 58.76% from 354); Blue value is 139 (54.69% from 255 or 39.27% from 354); Max value from RGB is 208 - color contains mainly: green. Hex color #07D08B is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #07D08B is #F82F74. Grayscale: #8C8C8C. Windows color (decimal): -16265077 or 9162759. OLE color: 9162759.
HSL color Cylindrical-coordinate representation of color #07D08B: hue angle of 159.4º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07D08B is Cyan = 0.97, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 7 | 208 | 139 | - |
| CMYK | 0.97 | 0 | 0.33 | 0.18 |
| HSL | 159.4º | 0.93% | 0.42% | - |
| HSV(B) | 159.4º | 0.97% | 0.82% | - |
| XYZ | 27.3 | 47.02 | 32.06 | - |
| YUV | 140.04 | 127.41 | 33.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 208 | 139 | 0.97 | 0 | 0.33 | 0.18 | 159.4 | 0.93 | 0.42 |
| Hex | 7 | D0 | 8B | 61 | 0 | 21 | 12 | 9F | 5D | 2A |
| Octal | 7 | 320 | 213 | 141 | 0 | 41 | 22 | 237 | 135 | 52 |
| Binary | 111 | 11010000 | 10001011 | 1100001 | 0 | 100001 | 10010 | 10011111 | 1011101 | 101010 |
Color Harmonies of #07D08B
Complementary color
Monochromatic Colors of #07D08B
Black with #07D08B
Text Example
Text Example
White with #07D08B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07D08B; }
p { color: rgb(7,208,139); }
H1.HeaderClassName
{
color: #07D08B;
}
.AnyTagClassName
{
color: #07D08B;
}
</style>
background-color css
<style>
a { background-color: #07D08B; }
a { background-color: rgb(7,208,139); }
div.DivClassName
{
background-color: #07D08B;
}
.BgClassName
{
background-color: #07D08B;
}
</style>
border-color css
<style>
span { border-color: #07D08B; }
span { border-color: rgb(7,208,139); }
td.TdClassName
{
border-color: #07D08B;
}
.TagClassName
{
border-color: #07D08B;
}
</style>