Shades of Caribbean Green #07BD93
Tints of Caribbean Green #07BD93
RGB
CMYK
RGB Variations
Color information
#07BD93 (or 0x07BD93) is known color: Caribbean Green. HEX triplet: 07, BD and 93. RGB value is (7,189,147). Sum of RGB (Red+Green+Blue) = 7+189+147=343 (45% of max value = 765). Red value is 7 (3.12% from 255 or 2.04% from 343); Green value is 189 (74.22% from 255 or 55.10% from 343); Blue value is 147 (57.81% from 255 or 42.86% from 343); Max value from RGB is 189 - color contains mainly: green. Hex color #07BD93 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #07BD93 is #F8426C. Grayscale: #818181. Windows color (decimal): -16269933 or 9682183. OLE color: 9682183.
HSL color Cylindrical-coordinate representation of color #07BD93: hue angle of 166.15º 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 #07BD93 is Cyan = 0.96, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 7 | 189 | 147 | - |
| CMYK | 0.96 | 0 | 0.22 | 0.26 |
| HSL | 166.15º | 0.93% | 0.38% | - |
| HSV(B) | 166.15º | 0.96% | 0.74% | - |
| XYZ | 23.55 | 38.55 | 33.8 | - |
| YUV | 129.79 | 137.7 | 40.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 189 | 147 | 0.96 | 0 | 0.22 | 0.26 | 166.15 | 0.93 | 0.38 |
| Hex | 7 | BD | 93 | 60 | 0 | 16 | 1A | A6 | 5D | 26 |
| Octal | 7 | 275 | 223 | 140 | 0 | 26 | 32 | 246 | 135 | 46 |
| Binary | 111 | 10111101 | 10010011 | 1100000 | 0 | 10110 | 11010 | 10100110 | 1011101 | 100110 |
Color Harmonies of #07BD93
Complementary color
Monochromatic Colors of #07BD93
Black with #07BD93
Text Example
Text Example
White with #07BD93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07BD93; }
p { color: rgb(7,189,147); }
H1.HeaderClassName
{
color: #07BD93;
}
.AnyTagClassName
{
color: #07BD93;
}
</style>
background-color css
<style>
a { background-color: #07BD93; }
a { background-color: rgb(7,189,147); }
div.DivClassName
{
background-color: #07BD93;
}
.BgClassName
{
background-color: #07BD93;
}
</style>
border-color css
<style>
span { border-color: #07BD93; }
span { border-color: rgb(7,189,147); }
td.TdClassName
{
border-color: #07BD93;
}
.TagClassName
{
border-color: #07BD93;
}
</style>