Shades of Caribbean Green #0FDCAA
Tints of Caribbean Green #0FDCAA
RGB
CMYK
RGB Variations
Color information
#0FDCAA (or 0x0FDCAA) is known color: Caribbean Green. HEX triplet: 0F, DC and AA. RGB value is (15,220,170). Sum of RGB (Red+Green+Blue) = 15+220+170=405 (53% of max value = 765). Red value is 15 (6.25% from 255 or 3.70% from 405); Green value is 220 (86.33% from 255 or 54.32% from 405); Blue value is 170 (66.80% from 255 or 41.98% from 405); Max value from RGB is 220 - color contains mainly: green. Hex color #0FDCAA is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FDCAA is #F02355. Grayscale: #989898. Windows color (decimal): -15737686 or 11197455. OLE color: 11197455.
HSL color Cylindrical-coordinate representation of color #0FDCAA: hue angle of 165.37º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FDCAA is Cyan = 0.93, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 15 | 220 | 170 | - |
| CMYK | 0.93 | 0 | 0.23 | 0.14 |
| HSL | 165.37º | 0.87% | 0.46% | - |
| HSV(B) | 165.37º | 0.93% | 0.86% | - |
| XYZ | 33.05 | 54.19 | 46.75 | - |
| YUV | 153.01 | 137.58 | 29.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 220 | 170 | 0.93 | 0 | 0.23 | 0.14 | 165.37 | 0.87 | 0.46 |
| Hex | F | DC | AA | 5D | 0 | 17 | E | A5 | 57 | 2E |
| Octal | 17 | 334 | 252 | 135 | 0 | 27 | 16 | 245 | 127 | 56 |
| Binary | 1111 | 11011100 | 10101010 | 1011101 | 0 | 10111 | 1110 | 10100101 | 1010111 | 101110 |
Color Harmonies of #0FDCAA
Complementary color
Monochromatic Colors of #0FDCAA
Black with #0FDCAA
Text Example
Text Example
White with #0FDCAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FDCAA; }
p { color: rgb(15,220,170); }
H1.HeaderClassName
{
color: #0FDCAA;
}
.AnyTagClassName
{
color: #0FDCAA;
}
</style>
background-color css
<style>
a { background-color: #0FDCAA; }
a { background-color: rgb(15,220,170); }
div.DivClassName
{
background-color: #0FDCAA;
}
.BgClassName
{
background-color: #0FDCAA;
}
</style>
border-color css
<style>
span { border-color: #0FDCAA; }
span { border-color: rgb(15,220,170); }
td.TdClassName
{
border-color: #0FDCAA;
}
.TagClassName
{
border-color: #0FDCAA;
}
</style>