Shades of Caribbean Green #09B995
Tints of Caribbean Green #09B995
RGB
CMYK
RGB Variations
Color information
#09B995 (or 0x09B995) is known color: Caribbean Green. HEX triplet: 09, B9 and 95. RGB value is (9,185,149). Sum of RGB (Red+Green+Blue) = 9+185+149=343 (45% of max value = 765). Red value is 9 (3.91% from 255 or 2.62% from 343); Green value is 185 (72.66% from 255 or 53.94% from 343); Blue value is 149 (58.59% from 255 or 43.44% from 343); Max value from RGB is 185 - color contains mainly: green. Hex color #09B995 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #09B995 is #F6466A. Grayscale: #808080. Windows color (decimal): -16139883 or 9812233. OLE color: 9812233.
HSL color Cylindrical-coordinate representation of color #09B995: hue angle of 167.73º 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 #09B995 is Cyan = 0.95, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 9 | 185 | 149 | - |
| CMYK | 0.95 | 0 | 0.19 | 0.27 |
| HSL | 167.73º | 0.91% | 0.38% | - |
| HSV(B) | 167.73º | 0.95% | 0.73% | - |
| XYZ | 22.89 | 36.93 | 34.35 | - |
| YUV | 128.27 | 139.69 | 42.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 185 | 149 | 0.95 | 0 | 0.19 | 0.27 | 167.73 | 0.91 | 0.38 |
| Hex | 9 | B9 | 95 | 5F | 0 | 13 | 1B | A8 | 5B | 26 |
| Octal | 11 | 271 | 225 | 137 | 0 | 23 | 33 | 250 | 133 | 46 |
| Binary | 1001 | 10111001 | 10010101 | 1011111 | 0 | 10011 | 11011 | 10101000 | 1011011 | 100110 |
Color Harmonies of #09B995
Complementary color
Monochromatic Colors of #09B995
Black with #09B995
Text Example
Text Example
White with #09B995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09B995; }
p { color: rgb(9,185,149); }
H1.HeaderClassName
{
color: #09B995;
}
.AnyTagClassName
{
color: #09B995;
}
</style>
background-color css
<style>
a { background-color: #09B995; }
a { background-color: rgb(9,185,149); }
div.DivClassName
{
background-color: #09B995;
}
.BgClassName
{
background-color: #09B995;
}
</style>
border-color css
<style>
span { border-color: #09B995; }
span { border-color: rgb(9,185,149); }
td.TdClassName
{
border-color: #09B995;
}
.TagClassName
{
border-color: #09B995;
}
</style>