Shades of Caribbean Green #0FDCB0
Tints of Caribbean Green #0FDCB0
RGB
CMYK
RGB Variations
Color information
#0FDCB0 (or 0x0FDCB0) is known color: Caribbean Green. HEX triplet: 0F, DC and B0. RGB value is (15,220,176). Sum of RGB (Red+Green+Blue) = 15+220+176=411 (54% of max value = 765). Red value is 15 (6.25% from 255 or 3.65% from 411); Green value is 220 (86.33% from 255 or 53.53% from 411); Blue value is 176 (69.14% from 255 or 42.82% from 411); Max value from RGB is 220 - color contains mainly: green. Hex color #0FDCB0 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FDCB0 is #F0234F. Grayscale: #999999. Windows color (decimal): -15737680 or 11590671. OLE color: 11590671.
HSL color Cylindrical-coordinate representation of color #0FDCB0: hue angle of 167.12º 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 #0FDCB0 is Cyan = 0.93, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 15 | 220 | 176 | - |
| CMYK | 0.93 | 0 | 0.2 | 0.14 |
| HSL | 167.12º | 0.87% | 0.46% | - |
| HSV(B) | 167.12º | 0.93% | 0.86% | - |
| XYZ | 33.63 | 54.42 | 49.81 | - |
| YUV | 153.69 | 140.58 | 29.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 220 | 176 | 0.93 | 0 | 0.2 | 0.14 | 167.12 | 0.87 | 0.46 |
| Hex | F | DC | B0 | 5D | 0 | 14 | E | A7 | 57 | 2E |
| Octal | 17 | 334 | 260 | 135 | 0 | 24 | 16 | 247 | 127 | 56 |
| Binary | 1111 | 11011100 | 10110000 | 1011101 | 0 | 10100 | 1110 | 10100111 | 1010111 | 101110 |
Color Harmonies of #0FDCB0
Complementary color
Monochromatic Colors of #0FDCB0
Black with #0FDCB0
Text Example
Text Example
White with #0FDCB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FDCB0; }
p { color: rgb(15,220,176); }
H1.HeaderClassName
{
color: #0FDCB0;
}
.AnyTagClassName
{
color: #0FDCB0;
}
</style>
background-color css
<style>
a { background-color: #0FDCB0; }
a { background-color: rgb(15,220,176); }
div.DivClassName
{
background-color: #0FDCB0;
}
.BgClassName
{
background-color: #0FDCB0;
}
</style>
border-color css
<style>
span { border-color: #0FDCB0; }
span { border-color: rgb(15,220,176); }
td.TdClassName
{
border-color: #0FDCB0;
}
.TagClassName
{
border-color: #0FDCB0;
}
</style>