Shades of Caribbean Green #0FC89A
Tints of Caribbean Green #0FC89A
RGB
CMYK
RGB Variations
Color information
#0FC89A (or 0x0FC89A) is known color: Caribbean Green. HEX triplet: 0F, C8 and 9A. RGB value is (15,200,154). Sum of RGB (Red+Green+Blue) = 15+200+154=369 (48% of max value = 765). Red value is 15 (6.25% from 255 or 4.07% from 369); Green value is 200 (78.52% from 255 or 54.20% from 369); Blue value is 154 (60.55% from 255 or 41.73% from 369); Max value from RGB is 200 - color contains mainly: green. Hex color #0FC89A is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FC89A is #F03765. Grayscale: #8B8B8B. Windows color (decimal): -15742822 or 10143759. OLE color: 10143759.
HSL color Cylindrical-coordinate representation of color #0FC89A: hue angle of 165.08º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FC89A is Cyan = 0.92, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 15 | 200 | 154 | - |
| CMYK | 0.92 | 0 | 0.23 | 0.22 |
| HSL | 165.08º | 0.86% | 0.42% | - |
| HSV(B) | 165.08º | 0.93% | 0.78% | - |
| XYZ | 26.68 | 43.74 | 37.61 | - |
| YUV | 139.44 | 136.21 | 39.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 200 | 154 | 0.92 | 0 | 0.23 | 0.22 | 165.08 | 0.86 | 0.42 |
| Hex | F | C8 | 9A | 5C | 0 | 17 | 16 | A5 | 56 | 2A |
| Octal | 17 | 310 | 232 | 134 | 0 | 27 | 26 | 245 | 126 | 52 |
| Binary | 1111 | 11001000 | 10011010 | 1011100 | 0 | 10111 | 10110 | 10100101 | 1010110 | 101010 |
Color Harmonies of #0FC89A
Complementary color
Monochromatic Colors of #0FC89A
Black with #0FC89A
Text Example
Text Example
White with #0FC89A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FC89A; }
p { color: rgb(15,200,154); }
H1.HeaderClassName
{
color: #0FC89A;
}
.AnyTagClassName
{
color: #0FC89A;
}
</style>
background-color css
<style>
a { background-color: #0FC89A; }
a { background-color: rgb(15,200,154); }
div.DivClassName
{
background-color: #0FC89A;
}
.BgClassName
{
background-color: #0FC89A;
}
</style>
border-color css
<style>
span { border-color: #0FC89A; }
span { border-color: rgb(15,200,154); }
td.TdClassName
{
border-color: #0FC89A;
}
.TagClassName
{
border-color: #0FC89A;
}
</style>