Shades of Caribbean Green #0FD5AC
Tints of Caribbean Green #0FD5AC
RGB
CMYK
RGB Variations
Color information
#0FD5AC (or 0x0FD5AC) is known color: Caribbean Green. HEX triplet: 0F, D5 and AC. RGB value is (15,213,172). Sum of RGB (Red+Green+Blue) = 15+213+172=400 (52% of max value = 765). Red value is 15 (6.25% from 255 or 3.75% from 400); Green value is 213 (83.59% from 255 or 53.25% from 400); Blue value is 172 (67.58% from 255 or 43% from 400); Max value from RGB is 213 - color contains mainly: green. Hex color #0FD5AC is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FD5AC is #F02A53. Grayscale: #959595. Windows color (decimal): -15739476 or 11326735. OLE color: 11326735.
HSL color Cylindrical-coordinate representation of color #0FD5AC: hue angle of 167.58º 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 #0FD5AC is Cyan = 0.93, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 15 | 213 | 172 | - |
| CMYK | 0.93 | 0 | 0.19 | 0.16 |
| HSL | 167.58º | 0.87% | 0.45% | - |
| HSV(B) | 167.58º | 0.93% | 0.84% | - |
| XYZ | 31.44 | 50.67 | 47.15 | - |
| YUV | 149.12 | 140.9 | 32.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 213 | 172 | 0.93 | 0 | 0.19 | 0.16 | 167.58 | 0.87 | 0.45 |
| Hex | F | D5 | AC | 5D | 0 | 13 | 10 | A8 | 57 | 2D |
| Octal | 17 | 325 | 254 | 135 | 0 | 23 | 20 | 250 | 127 | 55 |
| Binary | 1111 | 11010101 | 10101100 | 1011101 | 0 | 10011 | 10000 | 10101000 | 1010111 | 101101 |
Color Harmonies of #0FD5AC
Complementary color
Monochromatic Colors of #0FD5AC
Black with #0FD5AC
Text Example
Text Example
White with #0FD5AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FD5AC; }
p { color: rgb(15,213,172); }
H1.HeaderClassName
{
color: #0FD5AC;
}
.AnyTagClassName
{
color: #0FD5AC;
}
</style>
background-color css
<style>
a { background-color: #0FD5AC; }
a { background-color: rgb(15,213,172); }
div.DivClassName
{
background-color: #0FD5AC;
}
.BgClassName
{
background-color: #0FD5AC;
}
</style>
border-color css
<style>
span { border-color: #0FD5AC; }
span { border-color: rgb(15,213,172); }
td.TdClassName
{
border-color: #0FD5AC;
}
.TagClassName
{
border-color: #0FD5AC;
}
</style>