Shades of Caribbean Green #09BF8C
Tints of Caribbean Green #09BF8C
RGB
CMYK
RGB Variations
Color information
#09BF8C (or 0x09BF8C) is known color: Caribbean Green. HEX triplet: 09, BF and 8C. RGB value is (9,191,140). Sum of RGB (Red+Green+Blue) = 9+191+140=340 (45% of max value = 765). Red value is 9 (3.91% from 255 or 2.65% from 340); Green value is 191 (75% from 255 or 56.18% from 340); Blue value is 140 (55.08% from 255 or 41.18% from 340); Max value from RGB is 191 - color contains mainly: green. Hex color #09BF8C is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #09BF8C is #F64073. Grayscale: #828282. Windows color (decimal): -16138356 or 9223945. OLE color: 9223945.
HSL color Cylindrical-coordinate representation of color #09BF8C: hue angle of 163.19º 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 #09BF8C is Cyan = 0.95, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 9 | 191 | 140 | - |
| CMYK | 0.95 | 0 | 0.27 | 0.25 |
| HSL | 163.19º | 0.91% | 0.39% | - |
| HSV(B) | 163.19º | 0.95% | 0.75% | - |
| XYZ | 23.48 | 39.21 | 31.14 | - |
| YUV | 130.77 | 133.2 | 41.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 191 | 140 | 0.95 | 0 | 0.27 | 0.25 | 163.19 | 0.91 | 0.39 |
| Hex | 9 | BF | 8C | 5F | 0 | 1B | 19 | A3 | 5B | 27 |
| Octal | 11 | 277 | 214 | 137 | 0 | 33 | 31 | 243 | 133 | 47 |
| Binary | 1001 | 10111111 | 10001100 | 1011111 | 0 | 11011 | 11001 | 10100011 | 1011011 | 100111 |
Color Harmonies of #09BF8C
Complementary color
Monochromatic Colors of #09BF8C
Black with #09BF8C
Text Example
Text Example
White with #09BF8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09BF8C; }
p { color: rgb(9,191,140); }
H1.HeaderClassName
{
color: #09BF8C;
}
.AnyTagClassName
{
color: #09BF8C;
}
</style>
background-color css
<style>
a { background-color: #09BF8C; }
a { background-color: rgb(9,191,140); }
div.DivClassName
{
background-color: #09BF8C;
}
.BgClassName
{
background-color: #09BF8C;
}
</style>
border-color css
<style>
span { border-color: #09BF8C; }
span { border-color: rgb(9,191,140); }
td.TdClassName
{
border-color: #09BF8C;
}
.TagClassName
{
border-color: #09BF8C;
}
</style>