Shades of Caribbean Green #09BF8D
Tints of Caribbean Green #09BF8D
RGB
CMYK
RGB Variations
Color information
#09BF8D (or 0x09BF8D) is known color: Caribbean Green. HEX triplet: 09, BF and 8D. RGB value is (9,191,141). Sum of RGB (Red+Green+Blue) = 9+191+141=341 (45% of max value = 765). Red value is 9 (3.91% from 255 or 2.64% from 341); Green value is 191 (75% from 255 or 56.01% from 341); Blue value is 141 (55.47% from 255 or 41.35% from 341); Max value from RGB is 191 - color contains mainly: green. Hex color #09BF8D is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #09BF8D is #F64072. Grayscale: #828282. Windows color (decimal): -16138355 or 9289481. OLE color: 9289481.
HSL color Cylindrical-coordinate representation of color #09BF8D: hue angle of 163.52º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #09BF8D is Cyan = 0.95, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 9 | 191 | 141 | - |
| CMYK | 0.95 | 0 | 0.26 | 0.25 |
| HSL | 163.52º | 0.91% | 0.39% | - |
| HSV(B) | 163.52º | 0.95% | 0.75% | - |
| XYZ | 23.55 | 39.24 | 31.53 | - |
| YUV | 130.88 | 133.7 | 41.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 191 | 141 | 0.95 | 0 | 0.26 | 0.25 | 163.52 | 0.91 | 0.39 |
| Hex | 9 | BF | 8D | 5F | 0 | 1A | 19 | A4 | 5B | 27 |
| Octal | 11 | 277 | 215 | 137 | 0 | 32 | 31 | 244 | 133 | 47 |
| Binary | 1001 | 10111111 | 10001101 | 1011111 | 0 | 11010 | 11001 | 10100100 | 1011011 | 100111 |
Color Harmonies of #09BF8D
Complementary color
Monochromatic Colors of #09BF8D
Black with #09BF8D
Text Example
Text Example
White with #09BF8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09BF8D; }
p { color: rgb(9,191,141); }
H1.HeaderClassName
{
color: #09BF8D;
}
.AnyTagClassName
{
color: #09BF8D;
}
</style>
background-color css
<style>
a { background-color: #09BF8D; }
a { background-color: rgb(9,191,141); }
div.DivClassName
{
background-color: #09BF8D;
}
.BgClassName
{
background-color: #09BF8D;
}
</style>
border-color css
<style>
span { border-color: #09BF8D; }
span { border-color: rgb(9,191,141); }
td.TdClassName
{
border-color: #09BF8D;
}
.TagClassName
{
border-color: #09BF8D;
}
</style>