Shades of Caribbean Green #0FDEB5
Tints of Caribbean Green #0FDEB5
RGB
CMYK
RGB Variations
Color information
#0FDEB5 (or 0x0FDEB5) is known color: Caribbean Green. HEX triplet: 0F, DE and B5. RGB value is (15,222,181). Sum of RGB (Red+Green+Blue) = 15+222+181=418 (55% of max value = 765). Red value is 15 (6.25% from 255 or 3.59% from 418); Green value is 222 (87.11% from 255 or 53.11% from 418); Blue value is 181 (71.09% from 255 or 43.30% from 418); Max value from RGB is 222 - color contains mainly: green. Hex color #0FDEB5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FDEB5 is #F0214A. Grayscale: #9B9B9B. Windows color (decimal): -15737163 or 11918863. OLE color: 11918863.
HSL color Cylindrical-coordinate representation of color #0FDEB5: hue angle of 168.12º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FDEB5 is Cyan = 0.93, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 15 | 222 | 181 | - |
| CMYK | 0.93 | 0 | 0.18 | 0.13 |
| HSL | 168.12º | 0.87% | 0.46% | - |
| HSV(B) | 168.12º | 0.93% | 0.87% | - |
| XYZ | 34.66 | 55.68 | 52.64 | - |
| YUV | 155.43 | 142.42 | 27.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 222 | 181 | 0.93 | 0 | 0.18 | 0.13 | 168.12 | 0.87 | 0.46 |
| Hex | F | DE | B5 | 5D | 0 | 12 | D | A8 | 57 | 2E |
| Octal | 17 | 336 | 265 | 135 | 0 | 22 | 15 | 250 | 127 | 56 |
| Binary | 1111 | 11011110 | 10110101 | 1011101 | 0 | 10010 | 1101 | 10101000 | 1010111 | 101110 |
Color Harmonies of #0FDEB5
Complementary color
Monochromatic Colors of #0FDEB5
Black with #0FDEB5
Text Example
Text Example
White with #0FDEB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FDEB5; }
p { color: rgb(15,222,181); }
H1.HeaderClassName
{
color: #0FDEB5;
}
.AnyTagClassName
{
color: #0FDEB5;
}
</style>
background-color css
<style>
a { background-color: #0FDEB5; }
a { background-color: rgb(15,222,181); }
div.DivClassName
{
background-color: #0FDEB5;
}
.BgClassName
{
background-color: #0FDEB5;
}
</style>
border-color css
<style>
span { border-color: #0FDEB5; }
span { border-color: rgb(15,222,181); }
td.TdClassName
{
border-color: #0FDEB5;
}
.TagClassName
{
border-color: #0FDEB5;
}
</style>