Shades of Caribbean Green #0FDCAE
Tints of Caribbean Green #0FDCAE
RGB
CMYK
RGB Variations
Color information
#0FDCAE (or 0x0FDCAE) is known color: Caribbean Green. HEX triplet: 0F, DC and AE. RGB value is (15,220,174). Sum of RGB (Red+Green+Blue) = 15+220+174=409 (54% of max value = 765). Red value is 15 (6.25% from 255 or 3.67% from 409); Green value is 220 (86.33% from 255 or 53.79% from 409); Blue value is 174 (68.36% from 255 or 42.54% from 409); Max value from RGB is 220 - color contains mainly: green. Hex color #0FDCAE is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FDCAE is #F02351. Grayscale: #999999. Windows color (decimal): -15737682 or 11459599. OLE color: 11459599.
HSL color Cylindrical-coordinate representation of color #0FDCAE: hue angle of 166.54º 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 #0FDCAE is Cyan = 0.93, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 15 | 220 | 174 | - |
| CMYK | 0.93 | 0 | 0.21 | 0.14 |
| HSL | 166.54º | 0.87% | 0.46% | - |
| HSV(B) | 166.54º | 0.93% | 0.86% | - |
| XYZ | 33.43 | 54.34 | 48.77 | - |
| YUV | 153.46 | 139.58 | 29.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 220 | 174 | 0.93 | 0 | 0.21 | 0.14 | 166.54 | 0.87 | 0.46 |
| Hex | F | DC | AE | 5D | 0 | 15 | E | A7 | 57 | 2E |
| Octal | 17 | 334 | 256 | 135 | 0 | 25 | 16 | 247 | 127 | 56 |
| Binary | 1111 | 11011100 | 10101110 | 1011101 | 0 | 10101 | 1110 | 10100111 | 1010111 | 101110 |
Color Harmonies of #0FDCAE
Complementary color
Monochromatic Colors of #0FDCAE
Black with #0FDCAE
Text Example
Text Example
White with #0FDCAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FDCAE; }
p { color: rgb(15,220,174); }
H1.HeaderClassName
{
color: #0FDCAE;
}
.AnyTagClassName
{
color: #0FDCAE;
}
</style>
background-color css
<style>
a { background-color: #0FDCAE; }
a { background-color: rgb(15,220,174); }
div.DivClassName
{
background-color: #0FDCAE;
}
.BgClassName
{
background-color: #0FDCAE;
}
</style>
border-color css
<style>
span { border-color: #0FDCAE; }
span { border-color: rgb(15,220,174); }
td.TdClassName
{
border-color: #0FDCAE;
}
.TagClassName
{
border-color: #0FDCAE;
}
</style>