Shades of Caribbean Green #07BD8E
Tints of Caribbean Green #07BD8E
RGB
CMYK
RGB Variations
Color information
#07BD8E (or 0x07BD8E) is known color: Caribbean Green. HEX triplet: 07, BD and 8E. RGB value is (7,189,142). Sum of RGB (Red+Green+Blue) = 7+189+142=338 (44% of max value = 765). Red value is 7 (3.12% from 255 or 2.07% from 338); Green value is 189 (74.22% from 255 or 55.92% from 338); Blue value is 142 (55.86% from 255 or 42.01% from 338); Max value from RGB is 189 - color contains mainly: green. Hex color #07BD8E is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #07BD8E is #F84271. Grayscale: #818181. Windows color (decimal): -16269938 or 9354503. OLE color: 9354503.
HSL color Cylindrical-coordinate representation of color #07BD8E: hue angle of 164.51º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07BD8E is Cyan = 0.96, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 7 | 189 | 142 | - |
| CMYK | 0.96 | 0 | 0.25 | 0.26 |
| HSL | 164.51º | 0.93% | 0.38% | - |
| HSV(B) | 164.51º | 0.96% | 0.74% | - |
| XYZ | 23.17 | 38.39 | 31.78 | - |
| YUV | 129.22 | 135.2 | 40.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 189 | 142 | 0.96 | 0 | 0.25 | 0.26 | 164.51 | 0.93 | 0.38 |
| Hex | 7 | BD | 8E | 60 | 0 | 19 | 1A | A5 | 5D | 26 |
| Octal | 7 | 275 | 216 | 140 | 0 | 31 | 32 | 245 | 135 | 46 |
| Binary | 111 | 10111101 | 10001110 | 1100000 | 0 | 11001 | 11010 | 10100101 | 1011101 | 100110 |
Color Harmonies of #07BD8E
Complementary color
Monochromatic Colors of #07BD8E
Black with #07BD8E
Text Example
Text Example
White with #07BD8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07BD8E; }
p { color: rgb(7,189,142); }
H1.HeaderClassName
{
color: #07BD8E;
}
.AnyTagClassName
{
color: #07BD8E;
}
</style>
background-color css
<style>
a { background-color: #07BD8E; }
a { background-color: rgb(7,189,142); }
div.DivClassName
{
background-color: #07BD8E;
}
.BgClassName
{
background-color: #07BD8E;
}
</style>
border-color css
<style>
span { border-color: #07BD8E; }
span { border-color: rgb(7,189,142); }
td.TdClassName
{
border-color: #07BD8E;
}
.TagClassName
{
border-color: #07BD8E;
}
</style>