Shades of Caribbean Green #0FDFB0
Tints of Caribbean Green #0FDFB0
RGB
CMYK
RGB Variations
Color information
#0FDFB0 (or 0x0FDFB0) is known color: Caribbean Green. HEX triplet: 0F, DF and B0. RGB value is (15,223,176). Sum of RGB (Red+Green+Blue) = 15+223+176=414 (54% of max value = 765). Red value is 15 (6.25% from 255 or 3.62% from 414); Green value is 223 (87.5% from 255 or 53.86% from 414); Blue value is 176 (69.14% from 255 or 42.51% from 414); Max value from RGB is 223 - color contains mainly: green. Hex color #0FDFB0 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FDFB0 is #F0204F. Grayscale: #9B9B9B. Windows color (decimal): -15736912 or 11591439. OLE color: 11591439.
HSL color Cylindrical-coordinate representation of color #0FDFB0: hue angle of 166.44º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FDFB0 is Cyan = 0.93, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 15 | 223 | 176 | - |
| CMYK | 0.93 | 0 | 0.21 | 0.13 |
| HSL | 166.44º | 0.87% | 0.47% | - |
| HSV(B) | 166.44º | 0.93% | 0.87% | - |
| XYZ | 34.42 | 56.01 | 50.07 | - |
| YUV | 155.45 | 139.59 | 27.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 223 | 176 | 0.93 | 0 | 0.21 | 0.13 | 166.44 | 0.87 | 0.47 |
| Hex | F | DF | B0 | 5D | 0 | 15 | D | A6 | 57 | 2F |
| Octal | 17 | 337 | 260 | 135 | 0 | 25 | 15 | 246 | 127 | 57 |
| Binary | 1111 | 11011111 | 10110000 | 1011101 | 0 | 10101 | 1101 | 10100110 | 1010111 | 101111 |
Color Harmonies of #0FDFB0
Complementary color
Monochromatic Colors of #0FDFB0
Black with #0FDFB0
Text Example
Text Example
White with #0FDFB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FDFB0; }
p { color: rgb(15,223,176); }
H1.HeaderClassName
{
color: #0FDFB0;
}
.AnyTagClassName
{
color: #0FDFB0;
}
</style>
background-color css
<style>
a { background-color: #0FDFB0; }
a { background-color: rgb(15,223,176); }
div.DivClassName
{
background-color: #0FDFB0;
}
.BgClassName
{
background-color: #0FDFB0;
}
</style>
border-color css
<style>
span { border-color: #0FDFB0; }
span { border-color: rgb(15,223,176); }
td.TdClassName
{
border-color: #0FDFB0;
}
.TagClassName
{
border-color: #0FDFB0;
}
</style>