Shades of Caribbean Green #09BD9F
Tints of Caribbean Green #09BD9F
RGB
CMYK
RGB Variations
Color information
#09BD9F (or 0x09BD9F) is known color: Caribbean Green. HEX triplet: 09, BD and 9F. RGB value is (9,189,159). Sum of RGB (Red+Green+Blue) = 9+189+159=357 (47% of max value = 765). Red value is 9 (3.91% from 255 or 2.52% from 357); Green value is 189 (74.22% from 255 or 52.94% from 357); Blue value is 159 (62.5% from 255 or 44.54% from 357); Max value from RGB is 189 - color contains mainly: green. Hex color #09BD9F is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #09BD9F is #F64260. Grayscale: #838383. Windows color (decimal): -16138849 or 10468617. OLE color: 10468617.
HSL color Cylindrical-coordinate representation of color #09BD9F: hue angle of 170º 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 #09BD9F is Cyan = 0.95, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 9 | 189 | 159 | - |
| CMYK | 0.95 | 0 | 0.16 | 0.26 |
| HSL | 170º | 0.91% | 0.39% | - |
| HSV(B) | 170º | 0.95% | 0.74% | - |
| XYZ | 24.57 | 38.96 | 39.03 | - |
| YUV | 131.76 | 143.37 | 40.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 189 | 159 | 0.95 | 0 | 0.16 | 0.26 | 170 | 0.91 | 0.39 |
| Hex | 9 | BD | 9F | 5F | 0 | 10 | 1A | AA | 5B | 27 |
| Octal | 11 | 275 | 237 | 137 | 0 | 20 | 32 | 252 | 133 | 47 |
| Binary | 1001 | 10111101 | 10011111 | 1011111 | 0 | 10000 | 11010 | 10101010 | 1011011 | 100111 |
Color Harmonies of #09BD9F
Complementary color
Monochromatic Colors of #09BD9F
Black with #09BD9F
Text Example
Text Example
White with #09BD9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09BD9F; }
p { color: rgb(9,189,159); }
H1.HeaderClassName
{
color: #09BD9F;
}
.AnyTagClassName
{
color: #09BD9F;
}
</style>
background-color css
<style>
a { background-color: #09BD9F; }
a { background-color: rgb(9,189,159); }
div.DivClassName
{
background-color: #09BD9F;
}
.BgClassName
{
background-color: #09BD9F;
}
</style>
border-color css
<style>
span { border-color: #09BD9F; }
span { border-color: rgb(9,189,159); }
td.TdClassName
{
border-color: #09BD9F;
}
.TagClassName
{
border-color: #09BD9F;
}
</style>