Shades of Caribbean Green #09BA9E
Tints of Caribbean Green #09BA9E
RGB
CMYK
RGB Variations
Color information
#09BA9E (or 0x09BA9E) is known color: Caribbean Green. HEX triplet: 09, BA and 9E. RGB value is (9,186,158). Sum of RGB (Red+Green+Blue) = 9+186+158=353 (46% of max value = 765). Red value is 9 (3.91% from 255 or 2.55% from 353); Green value is 186 (73.05% from 255 or 52.69% from 353); Blue value is 158 (62.11% from 255 or 44.76% from 353); Max value from RGB is 186 - color contains mainly: green. Hex color #09BA9E is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #09BA9E is #F64561. Grayscale: #818181. Windows color (decimal): -16139618 or 10402313. OLE color: 10402313.
HSL color Cylindrical-coordinate representation of color #09BA9E: hue angle of 170.51º 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 #09BA9E is Cyan = 0.95, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 9 | 186 | 158 | - |
| CMYK | 0.95 | 0 | 0.15 | 0.27 |
| HSL | 170.51º | 0.91% | 0.38% | - |
| HSV(B) | 170.51º | 0.95% | 0.73% | - |
| XYZ | 23.84 | 37.64 | 38.36 | - |
| YUV | 129.89 | 143.86 | 41.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 186 | 158 | 0.95 | 0 | 0.15 | 0.27 | 170.51 | 0.91 | 0.38 |
| Hex | 9 | BA | 9E | 5F | 0 | F | 1B | AB | 5B | 26 |
| Octal | 11 | 272 | 236 | 137 | 0 | 17 | 33 | 253 | 133 | 46 |
| Binary | 1001 | 10111010 | 10011110 | 1011111 | 0 | 1111 | 11011 | 10101011 | 1011011 | 100110 |
Color Harmonies of #09BA9E
Complementary color
Monochromatic Colors of #09BA9E
Black with #09BA9E
Text Example
Text Example
White with #09BA9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09BA9E; }
p { color: rgb(9,186,158); }
H1.HeaderClassName
{
color: #09BA9E;
}
.AnyTagClassName
{
color: #09BA9E;
}
</style>
background-color css
<style>
a { background-color: #09BA9E; }
a { background-color: rgb(9,186,158); }
div.DivClassName
{
background-color: #09BA9E;
}
.BgClassName
{
background-color: #09BA9E;
}
</style>
border-color css
<style>
span { border-color: #09BA9E; }
span { border-color: rgb(9,186,158); }
td.TdClassName
{
border-color: #09BA9E;
}
.TagClassName
{
border-color: #09BA9E;
}
</style>