Shades of Caribbean Green #09CB86
Tints of Caribbean Green #09CB86
RGB
CMYK
RGB Variations
Color information
#09CB86 (or 0x09CB86) is known color: Caribbean Green. HEX triplet: 09, CB and 86. RGB value is (9,203,134). Sum of RGB (Red+Green+Blue) = 9+203+134=346 (45% of max value = 765). Red value is 9 (3.91% from 255 or 2.60% from 346); Green value is 203 (79.69% from 255 or 58.67% from 346); Blue value is 134 (52.73% from 255 or 38.73% from 346); Max value from RGB is 203 - color contains mainly: green. Hex color #09CB86 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #09CB86 is #F63479. Grayscale: #898989. Windows color (decimal): -16135290 or 8833801. OLE color: 8833801.
HSL color Cylindrical-coordinate representation of color #09CB86: hue angle of 158.66º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09CB86 is Cyan = 0.96, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 9 | 203 | 134 | - |
| CMYK | 0.96 | 0 | 0.34 | 0.20 |
| HSL | 158.66º | 0.92% | 0.42% | - |
| HSV(B) | 158.66º | 0.96% | 0.8% | - |
| XYZ | 25.77 | 44.49 | 29.78 | - |
| YUV | 137.13 | 126.23 | 36.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 203 | 134 | 0.96 | 0 | 0.34 | 0.20 | 158.66 | 0.92 | 0.42 |
| Hex | 9 | CB | 86 | 60 | 0 | 22 | 14 | 9F | 5C | 2A |
| Octal | 11 | 313 | 206 | 140 | 0 | 42 | 24 | 237 | 134 | 52 |
| Binary | 1001 | 11001011 | 10000110 | 1100000 | 0 | 100010 | 10100 | 10011111 | 1011100 | 101010 |
Color Harmonies of #09CB86
Complementary color
Monochromatic Colors of #09CB86
Black with #09CB86
Text Example
Text Example
White with #09CB86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09CB86; }
p { color: rgb(9,203,134); }
H1.HeaderClassName
{
color: #09CB86;
}
.AnyTagClassName
{
color: #09CB86;
}
</style>
background-color css
<style>
a { background-color: #09CB86; }
a { background-color: rgb(9,203,134); }
div.DivClassName
{
background-color: #09CB86;
}
.BgClassName
{
background-color: #09CB86;
}
</style>
border-color css
<style>
span { border-color: #09CB86; }
span { border-color: rgb(9,203,134); }
td.TdClassName
{
border-color: #09CB86;
}
.TagClassName
{
border-color: #09CB86;
}
</style>