Shades of Caribbean Green #0FD2AC
Tints of Caribbean Green #0FD2AC
RGB
CMYK
RGB Variations
Color information
#0FD2AC (or 0x0FD2AC) is known color: Caribbean Green. HEX triplet: 0F, D2 and AC. RGB value is (15,210,172). Sum of RGB (Red+Green+Blue) = 15+210+172=397 (52% of max value = 765). Red value is 15 (6.25% from 255 or 3.78% from 397); Green value is 210 (82.42% from 255 or 52.90% from 397); Blue value is 172 (67.58% from 255 or 43.32% from 397); Max value from RGB is 210 - color contains mainly: green. Hex color #0FD2AC is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FD2AC is #F02D53. Grayscale: #939393. Windows color (decimal): -15740244 or 11325967. OLE color: 11325967.
HSL color Cylindrical-coordinate representation of color #0FD2AC: hue angle of 168.31º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FD2AC is Cyan = 0.93, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 15 | 210 | 172 | - |
| CMYK | 0.93 | 0 | 0.18 | 0.18 |
| HSL | 168.31º | 0.87% | 0.44% | - |
| HSV(B) | 168.31º | 0.93% | 0.82% | - |
| XYZ | 30.69 | 49.17 | 46.9 | - |
| YUV | 147.36 | 141.9 | 33.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 210 | 172 | 0.93 | 0 | 0.18 | 0.18 | 168.31 | 0.87 | 0.44 |
| Hex | F | D2 | AC | 5D | 0 | 12 | 12 | A8 | 57 | 2C |
| Octal | 17 | 322 | 254 | 135 | 0 | 22 | 22 | 250 | 127 | 54 |
| Binary | 1111 | 11010010 | 10101100 | 1011101 | 0 | 10010 | 10010 | 10101000 | 1010111 | 101100 |
Color Harmonies of #0FD2AC
Complementary color
Monochromatic Colors of #0FD2AC
Black with #0FD2AC
Text Example
Text Example
White with #0FD2AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FD2AC; }
p { color: rgb(15,210,172); }
H1.HeaderClassName
{
color: #0FD2AC;
}
.AnyTagClassName
{
color: #0FD2AC;
}
</style>
background-color css
<style>
a { background-color: #0FD2AC; }
a { background-color: rgb(15,210,172); }
div.DivClassName
{
background-color: #0FD2AC;
}
.BgClassName
{
background-color: #0FD2AC;
}
</style>
border-color css
<style>
span { border-color: #0FD2AC; }
span { border-color: rgb(15,210,172); }
td.TdClassName
{
border-color: #0FD2AC;
}
.TagClassName
{
border-color: #0FD2AC;
}
</style>