Shades of Caribbean Green #09BC9A
Tints of Caribbean Green #09BC9A
RGB
CMYK
RGB Variations
Color information
#09BC9A (or 0x09BC9A) is known color: Caribbean Green. HEX triplet: 09, BC and 9A. RGB value is (9,188,154). Sum of RGB (Red+Green+Blue) = 9+188+154=351 (46% of max value = 765). Red value is 9 (3.91% from 255 or 2.56% from 351); Green value is 188 (73.83% from 255 or 53.56% from 351); Blue value is 154 (60.55% from 255 or 43.87% from 351); Max value from RGB is 188 - color contains mainly: green. Hex color #09BC9A is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #09BC9A is #F64365. Grayscale: #828282. Windows color (decimal): -16139110 or 10140681. OLE color: 10140681.
HSL color Cylindrical-coordinate representation of color #09BC9A: hue angle of 168.6º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #09BC9A is Cyan = 0.95, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 9 | 188 | 154 | - |
| CMYK | 0.95 | 0 | 0.18 | 0.26 |
| HSL | 168.6º | 0.91% | 0.39% | - |
| HSV(B) | 168.6º | 0.95% | 0.74% | - |
| XYZ | 23.93 | 38.36 | 36.71 | - |
| YUV | 130.6 | 141.2 | 41.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 188 | 154 | 0.95 | 0 | 0.18 | 0.26 | 168.6 | 0.91 | 0.39 |
| Hex | 9 | BC | 9A | 5F | 0 | 12 | 1A | A9 | 5B | 27 |
| Octal | 11 | 274 | 232 | 137 | 0 | 22 | 32 | 251 | 133 | 47 |
| Binary | 1001 | 10111100 | 10011010 | 1011111 | 0 | 10010 | 11010 | 10101001 | 1011011 | 100111 |
Color Harmonies of #09BC9A
Complementary color
Monochromatic Colors of #09BC9A
Black with #09BC9A
Text Example
Text Example
White with #09BC9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09BC9A; }
p { color: rgb(9,188,154); }
H1.HeaderClassName
{
color: #09BC9A;
}
.AnyTagClassName
{
color: #09BC9A;
}
</style>
background-color css
<style>
a { background-color: #09BC9A; }
a { background-color: rgb(9,188,154); }
div.DivClassName
{
background-color: #09BC9A;
}
.BgClassName
{
background-color: #09BC9A;
}
</style>
border-color css
<style>
span { border-color: #09BC9A; }
span { border-color: rgb(9,188,154); }
td.TdClassName
{
border-color: #09BC9A;
}
.TagClassName
{
border-color: #09BC9A;
}
</style>