Shades of Caribbean Green #0FD59B
Tints of Caribbean Green #0FD59B
RGB
CMYK
RGB Variations
Color information
#0FD59B (or 0x0FD59B) is known color: Caribbean Green. HEX triplet: 0F, D5 and 9B. RGB value is (15,213,155). Sum of RGB (Red+Green+Blue) = 15+213+155=383 (50% of max value = 765). Red value is 15 (6.25% from 255 or 3.92% from 383); Green value is 213 (83.59% from 255 or 55.61% from 383); Blue value is 155 (60.94% from 255 or 40.47% from 383); Max value from RGB is 213 - color contains mainly: green. Hex color #0FD59B is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FD59B is #F02A64. Grayscale: #939393. Windows color (decimal): -15739493 or 10212623. OLE color: 10212623.
HSL color Cylindrical-coordinate representation of color #0FD59B: hue angle of 162.42º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FD59B is Cyan = 0.93, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 15 | 213 | 155 | - |
| CMYK | 0.93 | 0 | 0.27 | 0.16 |
| HSL | 162.42º | 0.87% | 0.45% | - |
| HSV(B) | 162.42º | 0.93% | 0.84% | - |
| XYZ | 29.91 | 50.06 | 39.1 | - |
| YUV | 147.19 | 132.4 | 33.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 213 | 155 | 0.93 | 0 | 0.27 | 0.16 | 162.42 | 0.87 | 0.45 |
| Hex | F | D5 | 9B | 5D | 0 | 1B | 10 | A2 | 57 | 2D |
| Octal | 17 | 325 | 233 | 135 | 0 | 33 | 20 | 242 | 127 | 55 |
| Binary | 1111 | 11010101 | 10011011 | 1011101 | 0 | 11011 | 10000 | 10100010 | 1010111 | 101101 |
Color Harmonies of #0FD59B
Complementary color
Monochromatic Colors of #0FD59B
Black with #0FD59B
Text Example
Text Example
White with #0FD59B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FD59B; }
p { color: rgb(15,213,155); }
H1.HeaderClassName
{
color: #0FD59B;
}
.AnyTagClassName
{
color: #0FD59B;
}
</style>
background-color css
<style>
a { background-color: #0FD59B; }
a { background-color: rgb(15,213,155); }
div.DivClassName
{
background-color: #0FD59B;
}
.BgClassName
{
background-color: #0FD59B;
}
</style>
border-color css
<style>
span { border-color: #0FD59B; }
span { border-color: rgb(15,213,155); }
td.TdClassName
{
border-color: #0FD59B;
}
.TagClassName
{
border-color: #0FD59B;
}
</style>