Shades of Caribbean Green #09BAA0
Tints of Caribbean Green #09BAA0
RGB
CMYK
RGB Variations
Color information
#09BAA0 (or 0x09BAA0) is known color: Caribbean Green. HEX triplet: 09, BA and A0. RGB value is (9,186,160). Sum of RGB (Red+Green+Blue) = 9+186+160=355 (47% of max value = 765). Red value is 9 (3.91% from 255 or 2.54% from 355); Green value is 186 (73.05% from 255 or 52.39% from 355); Blue value is 160 (62.89% from 255 or 45.07% from 355); Max value from RGB is 186 - color contains mainly: green. Hex color #09BAA0 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #09BAA0 is #F6455F. Grayscale: #828282. Windows color (decimal): -16139616 or 10533385. OLE color: 10533385.
HSL color Cylindrical-coordinate representation of color #09BAA0: hue angle of 171.19º 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 #09BAA0 is Cyan = 0.95, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 9 | 186 | 160 | - |
| CMYK | 0.95 | 0 | 0.14 | 0.27 |
| HSL | 171.19º | 0.91% | 0.38% | - |
| HSV(B) | 171.19º | 0.95% | 0.73% | - |
| XYZ | 24.02 | 37.71 | 39.27 | - |
| YUV | 130.11 | 144.86 | 41.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 186 | 160 | 0.95 | 0 | 0.14 | 0.27 | 171.19 | 0.91 | 0.38 |
| Hex | 9 | BA | A0 | 5F | 0 | E | 1B | AB | 5B | 26 |
| Octal | 11 | 272 | 240 | 137 | 0 | 16 | 33 | 253 | 133 | 46 |
| Binary | 1001 | 10111010 | 10100000 | 1011111 | 0 | 1110 | 11011 | 10101011 | 1011011 | 100110 |
Color Harmonies of #09BAA0
Complementary color
Monochromatic Colors of #09BAA0
Black with #09BAA0
Text Example
Text Example
White with #09BAA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09BAA0; }
p { color: rgb(9,186,160); }
H1.HeaderClassName
{
color: #09BAA0;
}
.AnyTagClassName
{
color: #09BAA0;
}
</style>
background-color css
<style>
a { background-color: #09BAA0; }
a { background-color: rgb(9,186,160); }
div.DivClassName
{
background-color: #09BAA0;
}
.BgClassName
{
background-color: #09BAA0;
}
</style>
border-color css
<style>
span { border-color: #09BAA0; }
span { border-color: rgb(9,186,160); }
td.TdClassName
{
border-color: #09BAA0;
}
.TagClassName
{
border-color: #09BAA0;
}
</style>