Shades of Caribbean Green #07BD98
Tints of Caribbean Green #07BD98
RGB
CMYK
RGB Variations
Color information
#07BD98 (or 0x07BD98) is known color: Caribbean Green. HEX triplet: 07, BD and 98. RGB value is (7,189,152). Sum of RGB (Red+Green+Blue) = 7+189+152=348 (46% of max value = 765). Red value is 7 (3.12% from 255 or 2.01% from 348); Green value is 189 (74.22% from 255 or 54.31% from 348); Blue value is 152 (59.77% from 255 or 43.68% from 348); Max value from RGB is 189 - color contains mainly: green. Hex color #07BD98 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #07BD98 is #F84267. Grayscale: #828282. Windows color (decimal): -16269928 or 10009863. OLE color: 10009863.
HSL color Cylindrical-coordinate representation of color #07BD98: hue angle of 167.8º 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 #07BD98 is Cyan = 0.96, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 7 | 189 | 152 | - |
| CMYK | 0.96 | 0 | 0.20 | 0.26 |
| HSL | 167.8º | 0.93% | 0.38% | - |
| HSV(B) | 167.8º | 0.96% | 0.74% | - |
| XYZ | 23.95 | 38.71 | 35.91 | - |
| YUV | 130.36 | 140.2 | 40.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 189 | 152 | 0.96 | 0 | 0.20 | 0.26 | 167.8 | 0.93 | 0.38 |
| Hex | 7 | BD | 98 | 60 | 0 | 14 | 1A | A8 | 5D | 26 |
| Octal | 7 | 275 | 230 | 140 | 0 | 24 | 32 | 250 | 135 | 46 |
| Binary | 111 | 10111101 | 10011000 | 1100000 | 0 | 10100 | 11010 | 10101000 | 1011101 | 100110 |
Color Harmonies of #07BD98
Complementary color
Monochromatic Colors of #07BD98
Black with #07BD98
Text Example
Text Example
White with #07BD98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07BD98; }
p { color: rgb(7,189,152); }
H1.HeaderClassName
{
color: #07BD98;
}
.AnyTagClassName
{
color: #07BD98;
}
</style>
background-color css
<style>
a { background-color: #07BD98; }
a { background-color: rgb(7,189,152); }
div.DivClassName
{
background-color: #07BD98;
}
.BgClassName
{
background-color: #07BD98;
}
</style>
border-color css
<style>
span { border-color: #07BD98; }
span { border-color: rgb(7,189,152); }
td.TdClassName
{
border-color: #07BD98;
}
.TagClassName
{
border-color: #07BD98;
}
</style>