Shades of Caribbean Green #09B99E
Tints of Caribbean Green #09B99E
RGB
CMYK
RGB Variations
Color information
#09B99E (or 0x09B99E) is known color: Caribbean Green. HEX triplet: 09, B9 and 9E. RGB value is (9,185,158). Sum of RGB (Red+Green+Blue) = 9+185+158=352 (46% of max value = 765). Red value is 9 (3.91% from 255 or 2.56% from 352); Green value is 185 (72.66% from 255 or 52.56% from 352); Blue value is 158 (62.11% from 255 or 44.89% from 352); Max value from RGB is 185 - color contains mainly: green. Hex color #09B99E is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #09B99E is #F64661. Grayscale: #818181. Windows color (decimal): -16139874 or 10402057. OLE color: 10402057.
HSL color Cylindrical-coordinate representation of color #09B99E: hue angle of 170.8º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #09B99E is Cyan = 0.95, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 9 | 185 | 158 | - |
| CMYK | 0.95 | 0 | 0.15 | 0.27 |
| HSL | 170.8º | 0.91% | 0.38% | - |
| HSV(B) | 170.8º | 0.95% | 0.73% | - |
| XYZ | 23.63 | 37.22 | 38.29 | - |
| YUV | 129.3 | 144.19 | 42.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 185 | 158 | 0.95 | 0 | 0.15 | 0.27 | 170.8 | 0.91 | 0.38 |
| Hex | 9 | B9 | 9E | 5F | 0 | F | 1B | AB | 5B | 26 |
| Octal | 11 | 271 | 236 | 137 | 0 | 17 | 33 | 253 | 133 | 46 |
| Binary | 1001 | 10111001 | 10011110 | 1011111 | 0 | 1111 | 11011 | 10101011 | 1011011 | 100110 |
Color Harmonies of #09B99E
Complementary color
Monochromatic Colors of #09B99E
Black with #09B99E
Text Example
Text Example
White with #09B99E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09B99E; }
p { color: rgb(9,185,158); }
H1.HeaderClassName
{
color: #09B99E;
}
.AnyTagClassName
{
color: #09B99E;
}
</style>
background-color css
<style>
a { background-color: #09B99E; }
a { background-color: rgb(9,185,158); }
div.DivClassName
{
background-color: #09B99E;
}
.BgClassName
{
background-color: #09B99E;
}
</style>
border-color css
<style>
span { border-color: #09B99E; }
span { border-color: rgb(9,185,158); }
td.TdClassName
{
border-color: #09B99E;
}
.TagClassName
{
border-color: #09B99E;
}
</style>