Shades of Caribbean Green #0FD79B
Tints of Caribbean Green #0FD79B
RGB
CMYK
RGB Variations
Color information
#0FD79B (or 0x0FD79B) is known color: Caribbean Green. HEX triplet: 0F, D7 and 9B. RGB value is (15,215,155). Sum of RGB (Red+Green+Blue) = 15+215+155=385 (50% of max value = 765). Red value is 15 (6.25% from 255 or 3.90% from 385); Green value is 215 (84.38% from 255 or 55.84% from 385); Blue value is 155 (60.94% from 255 or 40.26% from 385); Max value from RGB is 215 - color contains mainly: green. Hex color #0FD79B is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FD79B is #F02864. Grayscale: #949494. Windows color (decimal): -15738981 or 10213135. OLE color: 10213135.
HSL color Cylindrical-coordinate representation of color #0FD79B: hue angle of 162º 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 #0FD79B is Cyan = 0.93, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 15 | 215 | 155 | - |
| CMYK | 0.93 | 0 | 0.28 | 0.16 |
| HSL | 162º | 0.87% | 0.45% | - |
| HSV(B) | 162º | 0.93% | 0.84% | - |
| XYZ | 30.41 | 51.07 | 39.26 | - |
| YUV | 148.36 | 131.74 | 32.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 215 | 155 | 0.93 | 0 | 0.28 | 0.16 | 162 | 0.87 | 0.45 |
| Hex | F | D7 | 9B | 5D | 0 | 1C | 10 | A2 | 57 | 2D |
| Octal | 17 | 327 | 233 | 135 | 0 | 34 | 20 | 242 | 127 | 55 |
| Binary | 1111 | 11010111 | 10011011 | 1011101 | 0 | 11100 | 10000 | 10100010 | 1010111 | 101101 |
Color Harmonies of #0FD79B
Complementary color
Monochromatic Colors of #0FD79B
Black with #0FD79B
Text Example
Text Example
White with #0FD79B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FD79B; }
p { color: rgb(15,215,155); }
H1.HeaderClassName
{
color: #0FD79B;
}
.AnyTagClassName
{
color: #0FD79B;
}
</style>
background-color css
<style>
a { background-color: #0FD79B; }
a { background-color: rgb(15,215,155); }
div.DivClassName
{
background-color: #0FD79B;
}
.BgClassName
{
background-color: #0FD79B;
}
</style>
border-color css
<style>
span { border-color: #0FD79B; }
span { border-color: rgb(15,215,155); }
td.TdClassName
{
border-color: #0FD79B;
}
.TagClassName
{
border-color: #0FD79B;
}
</style>