Shades of Caribbean Green #09BA94
Tints of Caribbean Green #09BA94
RGB
CMYK
RGB Variations
Color information
#09BA94 (or 0x09BA94) is known color: Caribbean Green. HEX triplet: 09, BA and 94. RGB value is (9,186,148). Sum of RGB (Red+Green+Blue) = 9+186+148=343 (45% of max value = 765). Red value is 9 (3.91% from 255 or 2.62% from 343); Green value is 186 (73.05% from 255 or 54.23% from 343); Blue value is 148 (58.20% from 255 or 43.15% from 343); Max value from RGB is 186 - color contains mainly: green. Hex color #09BA94 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #09BA94 is #F6456B. Grayscale: #808080. Windows color (decimal): -16139628 or 9746953. OLE color: 9746953.
HSL color Cylindrical-coordinate representation of color #09BA94: hue angle of 167.12º 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 #09BA94 is Cyan = 0.95, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 9 | 186 | 148 | - |
| CMYK | 0.95 | 0 | 0.20 | 0.27 |
| HSL | 167.12º | 0.91% | 0.38% | - |
| HSV(B) | 167.12º | 0.95% | 0.73% | - |
| XYZ | 23.02 | 37.31 | 34.01 | - |
| YUV | 128.75 | 138.86 | 42.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 186 | 148 | 0.95 | 0 | 0.20 | 0.27 | 167.12 | 0.91 | 0.38 |
| Hex | 9 | BA | 94 | 5F | 0 | 14 | 1B | A7 | 5B | 26 |
| Octal | 11 | 272 | 224 | 137 | 0 | 24 | 33 | 247 | 133 | 46 |
| Binary | 1001 | 10111010 | 10010100 | 1011111 | 0 | 10100 | 11011 | 10100111 | 1011011 | 100110 |
Color Harmonies of #09BA94
Complementary color
Monochromatic Colors of #09BA94
Black with #09BA94
Text Example
Text Example
White with #09BA94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09BA94; }
p { color: rgb(9,186,148); }
H1.HeaderClassName
{
color: #09BA94;
}
.AnyTagClassName
{
color: #09BA94;
}
</style>
background-color css
<style>
a { background-color: #09BA94; }
a { background-color: rgb(9,186,148); }
div.DivClassName
{
background-color: #09BA94;
}
.BgClassName
{
background-color: #09BA94;
}
</style>
border-color css
<style>
span { border-color: #09BA94; }
span { border-color: rgb(9,186,148); }
td.TdClassName
{
border-color: #09BA94;
}
.TagClassName
{
border-color: #09BA94;
}
</style>