Shades of Caribbean Green #09BA93
Tints of Caribbean Green #09BA93
RGB
CMYK
RGB Variations
Color information
#09BA93 (or 0x09BA93) is known color: Caribbean Green. HEX triplet: 09, BA and 93. RGB value is (9,186,147). Sum of RGB (Red+Green+Blue) = 9+186+147=342 (45% of max value = 765). Red value is 9 (3.91% from 255 or 2.63% from 342); Green value is 186 (73.05% from 255 or 54.39% from 342); Blue value is 147 (57.81% from 255 or 42.98% from 342); Max value from RGB is 186 - color contains mainly: green. Hex color #09BA93 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #09BA93 is #F6456C. Grayscale: #808080. Windows color (decimal): -16139629 or 9681417. OLE color: 9681417.
HSL color Cylindrical-coordinate representation of color #09BA93: hue angle of 166.78º 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 #09BA93 is Cyan = 0.95, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 9 | 186 | 147 | - |
| CMYK | 0.95 | 0 | 0.21 | 0.27 |
| HSL | 166.78º | 0.91% | 0.38% | - |
| HSV(B) | 166.78º | 0.95% | 0.73% | - |
| XYZ | 22.94 | 37.28 | 33.59 | - |
| YUV | 128.63 | 138.36 | 42.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 186 | 147 | 0.95 | 0 | 0.21 | 0.27 | 166.78 | 0.91 | 0.38 |
| Hex | 9 | BA | 93 | 5F | 0 | 15 | 1B | A7 | 5B | 26 |
| Octal | 11 | 272 | 223 | 137 | 0 | 25 | 33 | 247 | 133 | 46 |
| Binary | 1001 | 10111010 | 10010011 | 1011111 | 0 | 10101 | 11011 | 10100111 | 1011011 | 100110 |
Color Harmonies of #09BA93
Complementary color
Monochromatic Colors of #09BA93
Black with #09BA93
Text Example
Text Example
White with #09BA93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09BA93; }
p { color: rgb(9,186,147); }
H1.HeaderClassName
{
color: #09BA93;
}
.AnyTagClassName
{
color: #09BA93;
}
</style>
background-color css
<style>
a { background-color: #09BA93; }
a { background-color: rgb(9,186,147); }
div.DivClassName
{
background-color: #09BA93;
}
.BgClassName
{
background-color: #09BA93;
}
</style>
border-color css
<style>
span { border-color: #09BA93; }
span { border-color: rgb(9,186,147); }
td.TdClassName
{
border-color: #09BA93;
}
.TagClassName
{
border-color: #09BA93;
}
</style>