Shades of Caribbean Green #09BA96
Tints of Caribbean Green #09BA96
RGB
CMYK
RGB Variations
Color information
#09BA96 (or 0x09BA96) is known color: Caribbean Green. HEX triplet: 09, BA and 96. RGB value is (9,186,150). Sum of RGB (Red+Green+Blue) = 9+186+150=345 (45% of max value = 765). Red value is 9 (3.91% from 255 or 2.61% from 345); Green value is 186 (73.05% from 255 or 53.91% from 345); Blue value is 150 (58.98% from 255 or 43.48% from 345); Max value from RGB is 186 - color contains mainly: green. Hex color #09BA96 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #09BA96 is #F64569. Grayscale: #808080. Windows color (decimal): -16139626 or 9878025. OLE color: 9878025.
HSL color Cylindrical-coordinate representation of color #09BA96: hue angle of 167.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 #09BA96 is Cyan = 0.95, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 9 | 186 | 150 | - |
| CMYK | 0.95 | 0 | 0.19 | 0.27 |
| HSL | 167.8º | 0.91% | 0.38% | - |
| HSV(B) | 167.8º | 0.95% | 0.73% | - |
| XYZ | 23.18 | 37.38 | 34.85 | - |
| YUV | 128.97 | 139.86 | 42.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 186 | 150 | 0.95 | 0 | 0.19 | 0.27 | 167.8 | 0.91 | 0.38 |
| Hex | 9 | BA | 96 | 5F | 0 | 13 | 1B | A8 | 5B | 26 |
| Octal | 11 | 272 | 226 | 137 | 0 | 23 | 33 | 250 | 133 | 46 |
| Binary | 1001 | 10111010 | 10010110 | 1011111 | 0 | 10011 | 11011 | 10101000 | 1011011 | 100110 |
Color Harmonies of #09BA96
Complementary color
Monochromatic Colors of #09BA96
Black with #09BA96
Text Example
Text Example
White with #09BA96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09BA96; }
p { color: rgb(9,186,150); }
H1.HeaderClassName
{
color: #09BA96;
}
.AnyTagClassName
{
color: #09BA96;
}
</style>
background-color css
<style>
a { background-color: #09BA96; }
a { background-color: rgb(9,186,150); }
div.DivClassName
{
background-color: #09BA96;
}
.BgClassName
{
background-color: #09BA96;
}
</style>
border-color css
<style>
span { border-color: #09BA96; }
span { border-color: rgb(9,186,150); }
td.TdClassName
{
border-color: #09BA96;
}
.TagClassName
{
border-color: #09BA96;
}
</style>