Shades of Caribbean Green #07BD90
Tints of Caribbean Green #07BD90
RGB
CMYK
RGB Variations
Color information
#07BD90 (or 0x07BD90) is known color: Caribbean Green. HEX triplet: 07, BD and 90. RGB value is (7,189,144). Sum of RGB (Red+Green+Blue) = 7+189+144=340 (45% of max value = 765). Red value is 7 (3.12% from 255 or 2.06% from 340); Green value is 189 (74.22% from 255 or 55.59% from 340); Blue value is 144 (56.64% from 255 or 42.35% from 340); Max value from RGB is 189 - color contains mainly: green. Hex color #07BD90 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #07BD90 is #F8426F. Grayscale: #818181. Windows color (decimal): -16269936 or 9485575. OLE color: 9485575.
HSL color Cylindrical-coordinate representation of color #07BD90: hue angle of 165.16º 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 #07BD90 is Cyan = 0.96, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 7 | 189 | 144 | - |
| CMYK | 0.96 | 0 | 0.24 | 0.26 |
| HSL | 165.16º | 0.93% | 0.38% | - |
| HSV(B) | 165.16º | 0.96% | 0.74% | - |
| XYZ | 23.32 | 38.45 | 32.58 | - |
| YUV | 129.45 | 136.2 | 40.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 189 | 144 | 0.96 | 0 | 0.24 | 0.26 | 165.16 | 0.93 | 0.38 |
| Hex | 7 | BD | 90 | 60 | 0 | 18 | 1A | A5 | 5D | 26 |
| Octal | 7 | 275 | 220 | 140 | 0 | 30 | 32 | 245 | 135 | 46 |
| Binary | 111 | 10111101 | 10010000 | 1100000 | 0 | 11000 | 11010 | 10100101 | 1011101 | 100110 |
Color Harmonies of #07BD90
Complementary color
Monochromatic Colors of #07BD90
Black with #07BD90
Text Example
Text Example
White with #07BD90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07BD90; }
p { color: rgb(7,189,144); }
H1.HeaderClassName
{
color: #07BD90;
}
.AnyTagClassName
{
color: #07BD90;
}
</style>
background-color css
<style>
a { background-color: #07BD90; }
a { background-color: rgb(7,189,144); }
div.DivClassName
{
background-color: #07BD90;
}
.BgClassName
{
background-color: #07BD90;
}
</style>
border-color css
<style>
span { border-color: #07BD90; }
span { border-color: rgb(7,189,144); }
td.TdClassName
{
border-color: #07BD90;
}
.TagClassName
{
border-color: #07BD90;
}
</style>