Shades of Caribbean Green #0FDC88
Tints of Caribbean Green #0FDC88
RGB
CMYK
RGB Variations
Color information
#0FDC88 (or 0x0FDC88) is known color: Caribbean Green. HEX triplet: 0F, DC and 88. RGB value is (15,220,136). Sum of RGB (Red+Green+Blue) = 15+220+136=371 (49% of max value = 765). Red value is 15 (6.25% from 255 or 4.04% from 371); Green value is 220 (86.33% from 255 or 59.30% from 371); Blue value is 136 (53.52% from 255 or 36.66% from 371); Max value from RGB is 220 - color contains mainly: green. Hex color #0FDC88 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FDC88 is #F02377. Grayscale: #959595. Windows color (decimal): -15737720 or 8969231. OLE color: 8969231.
HSL color Cylindrical-coordinate representation of color #0FDC88: hue angle of 155.41º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FDC88 is Cyan = 0.93, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 15 | 220 | 136 | - |
| CMYK | 0.93 | 0 | 0.38 | 0.14 |
| HSL | 155.41º | 0.87% | 0.46% | - |
| HSV(B) | 155.41º | 0.93% | 0.86% | - |
| XYZ | 30.23 | 53.07 | 31.94 | - |
| YUV | 149.13 | 120.58 | 32.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 220 | 136 | 0.93 | 0 | 0.38 | 0.14 | 155.41 | 0.87 | 0.46 |
| Hex | F | DC | 88 | 5D | 0 | 26 | E | 9B | 57 | 2E |
| Octal | 17 | 334 | 210 | 135 | 0 | 46 | 16 | 233 | 127 | 56 |
| Binary | 1111 | 11011100 | 10001000 | 1011101 | 0 | 100110 | 1110 | 10011011 | 1010111 | 101110 |
Color Harmonies of #0FDC88
Complementary color
Monochromatic Colors of #0FDC88
Black with #0FDC88
Text Example
Text Example
White with #0FDC88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FDC88; }
p { color: rgb(15,220,136); }
H1.HeaderClassName
{
color: #0FDC88;
}
.AnyTagClassName
{
color: #0FDC88;
}
</style>
background-color css
<style>
a { background-color: #0FDC88; }
a { background-color: rgb(15,220,136); }
div.DivClassName
{
background-color: #0FDC88;
}
.BgClassName
{
background-color: #0FDC88;
}
</style>
border-color css
<style>
span { border-color: #0FDC88; }
span { border-color: rgb(15,220,136); }
td.TdClassName
{
border-color: #0FDC88;
}
.TagClassName
{
border-color: #0FDC88;
}
</style>