Shades of Caribbean Green #0FD7B3
Tints of Caribbean Green #0FD7B3
RGB
CMYK
RGB Variations
Color information
#0FD7B3 (or 0x0FD7B3) is known color: Caribbean Green. HEX triplet: 0F, D7 and B3. RGB value is (15,215,179). Sum of RGB (Red+Green+Blue) = 15+215+179=409 (54% of max value = 765). Red value is 15 (6.25% from 255 or 3.67% from 409); Green value is 215 (84.38% from 255 or 52.57% from 409); Blue value is 179 (70.31% from 255 or 43.77% from 409); Max value from RGB is 215 - color contains mainly: green. Hex color #0FD7B3 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FD7B3 is #F0284C. Grayscale: #979797. Windows color (decimal): -15738957 or 11785999. OLE color: 11785999.
HSL color Cylindrical-coordinate representation of color #0FD7B3: hue angle of 169.2º 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 #0FD7B3 is Cyan = 0.93, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 15 | 215 | 179 | - |
| CMYK | 0.93 | 0 | 0.17 | 0.16 |
| HSL | 169.2º | 0.87% | 0.45% | - |
| HSV(B) | 169.2º | 0.93% | 0.84% | - |
| XYZ | 32.63 | 51.96 | 50.96 | - |
| YUV | 151.1 | 143.74 | 30.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 215 | 179 | 0.93 | 0 | 0.17 | 0.16 | 169.2 | 0.87 | 0.45 |
| Hex | F | D7 | B3 | 5D | 0 | 11 | 10 | A9 | 57 | 2D |
| Octal | 17 | 327 | 263 | 135 | 0 | 21 | 20 | 251 | 127 | 55 |
| Binary | 1111 | 11010111 | 10110011 | 1011101 | 0 | 10001 | 10000 | 10101001 | 1010111 | 101101 |
Color Harmonies of #0FD7B3
Complementary color
Monochromatic Colors of #0FD7B3
Black with #0FD7B3
Text Example
Text Example
White with #0FD7B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FD7B3; }
p { color: rgb(15,215,179); }
H1.HeaderClassName
{
color: #0FD7B3;
}
.AnyTagClassName
{
color: #0FD7B3;
}
</style>
background-color css
<style>
a { background-color: #0FD7B3; }
a { background-color: rgb(15,215,179); }
div.DivClassName
{
background-color: #0FD7B3;
}
.BgClassName
{
background-color: #0FD7B3;
}
</style>
border-color css
<style>
span { border-color: #0FD7B3; }
span { border-color: rgb(15,215,179); }
td.TdClassName
{
border-color: #0FD7B3;
}
.TagClassName
{
border-color: #0FD7B3;
}
</style>