Shades of Caribbean Green #07BD99
Tints of Caribbean Green #07BD99
RGB
CMYK
RGB Variations
Color information
#07BD99 (or 0x07BD99) is known color: Caribbean Green. HEX triplet: 07, BD and 99. RGB value is (7,189,153). Sum of RGB (Red+Green+Blue) = 7+189+153=349 (46% of max value = 765). Red value is 7 (3.12% from 255 or 2.01% from 349); Green value is 189 (74.22% from 255 or 54.15% from 349); Blue value is 153 (60.16% from 255 or 43.84% from 349); Max value from RGB is 189 - color contains mainly: green. Hex color #07BD99 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #07BD99 is #F84266. Grayscale: #828282. Windows color (decimal): -16269927 or 10075399. OLE color: 10075399.
HSL color Cylindrical-coordinate representation of color #07BD99: hue angle of 168.13º 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 #07BD99 is Cyan = 0.96, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 7 | 189 | 153 | - |
| CMYK | 0.96 | 0 | 0.19 | 0.26 |
| HSL | 168.13º | 0.93% | 0.38% | - |
| HSV(B) | 168.13º | 0.96% | 0.74% | - |
| XYZ | 24.03 | 38.74 | 36.35 | - |
| YUV | 130.48 | 140.7 | 39.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 189 | 153 | 0.96 | 0 | 0.19 | 0.26 | 168.13 | 0.93 | 0.38 |
| Hex | 7 | BD | 99 | 60 | 0 | 13 | 1A | A8 | 5D | 26 |
| Octal | 7 | 275 | 231 | 140 | 0 | 23 | 32 | 250 | 135 | 46 |
| Binary | 111 | 10111101 | 10011001 | 1100000 | 0 | 10011 | 11010 | 10101000 | 1011101 | 100110 |
Color Harmonies of #07BD99
Complementary color
Monochromatic Colors of #07BD99
Black with #07BD99
Text Example
Text Example
White with #07BD99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07BD99; }
p { color: rgb(7,189,153); }
H1.HeaderClassName
{
color: #07BD99;
}
.AnyTagClassName
{
color: #07BD99;
}
</style>
background-color css
<style>
a { background-color: #07BD99; }
a { background-color: rgb(7,189,153); }
div.DivClassName
{
background-color: #07BD99;
}
.BgClassName
{
background-color: #07BD99;
}
</style>
border-color css
<style>
span { border-color: #07BD99; }
span { border-color: rgb(7,189,153); }
td.TdClassName
{
border-color: #07BD99;
}
.TagClassName
{
border-color: #07BD99;
}
</style>