Shades of Caribbean Green #0FDFAA
Tints of Caribbean Green #0FDFAA
RGB
CMYK
RGB Variations
Color information
#0FDFAA (or 0x0FDFAA) is known color: Caribbean Green. HEX triplet: 0F, DF and AA. RGB value is (15,223,170). Sum of RGB (Red+Green+Blue) = 15+223+170=408 (54% of max value = 765). Red value is 15 (6.25% from 255 or 3.68% from 408); Green value is 223 (87.5% from 255 or 54.66% from 408); Blue value is 170 (66.80% from 255 or 41.67% from 408); Max value from RGB is 223 - color contains mainly: green. Hex color #0FDFAA is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FDFAA is #F02055. Grayscale: #9A9A9A. Windows color (decimal): -15736918 or 11198223. OLE color: 11198223.
HSL color Cylindrical-coordinate representation of color #0FDFAA: hue angle of 164.71º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FDFAA is Cyan = 0.93, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 15 | 223 | 170 | - |
| CMYK | 0.93 | 0 | 0.24 | 0.13 |
| HSL | 164.71º | 0.87% | 0.47% | - |
| HSV(B) | 164.71º | 0.93% | 0.87% | - |
| XYZ | 33.84 | 55.78 | 47.01 | - |
| YUV | 154.77 | 136.59 | 28.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 223 | 170 | 0.93 | 0 | 0.24 | 0.13 | 164.71 | 0.87 | 0.47 |
| Hex | F | DF | AA | 5D | 0 | 18 | D | A5 | 57 | 2F |
| Octal | 17 | 337 | 252 | 135 | 0 | 30 | 15 | 245 | 127 | 57 |
| Binary | 1111 | 11011111 | 10101010 | 1011101 | 0 | 11000 | 1101 | 10100101 | 1010111 | 101111 |
Color Harmonies of #0FDFAA
Complementary color
Monochromatic Colors of #0FDFAA
Black with #0FDFAA
Text Example
Text Example
White with #0FDFAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FDFAA; }
p { color: rgb(15,223,170); }
H1.HeaderClassName
{
color: #0FDFAA;
}
.AnyTagClassName
{
color: #0FDFAA;
}
</style>
background-color css
<style>
a { background-color: #0FDFAA; }
a { background-color: rgb(15,223,170); }
div.DivClassName
{
background-color: #0FDFAA;
}
.BgClassName
{
background-color: #0FDFAA;
}
</style>
border-color css
<style>
span { border-color: #0FDFAA; }
span { border-color: rgb(15,223,170); }
td.TdClassName
{
border-color: #0FDFAA;
}
.TagClassName
{
border-color: #0FDFAA;
}
</style>