Shades of Caribbean Green #0FCAAE
Tints of Caribbean Green #0FCAAE
RGB
CMYK
RGB Variations
Color information
#0FCAAE (or 0x0FCAAE) is known color: Caribbean Green. HEX triplet: 0F, CA and AE. RGB value is (15,202,174). Sum of RGB (Red+Green+Blue) = 15+202+174=391 (51% of max value = 765). Red value is 15 (6.25% from 255 or 3.84% from 391); Green value is 202 (79.30% from 255 or 51.66% from 391); Blue value is 174 (68.36% from 255 or 44.50% from 391); Max value from RGB is 202 - color contains mainly: green. Hex color #0FCAAE is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FCAAE is #F03551. Grayscale: #8E8E8E. Windows color (decimal): -15742290 or 11454991. OLE color: 11454991.
HSL color Cylindrical-coordinate representation of color #0FCAAE: hue angle of 171.02º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FCAAE is Cyan = 0.93, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 15 | 202 | 174 | - |
| CMYK | 0.93 | 0 | 0.14 | 0.21 |
| HSL | 171.02º | 0.86% | 0.43% | - |
| HSV(B) | 171.02º | 0.93% | 0.79% | - |
| XYZ | 28.96 | 45.4 | 47.28 | - |
| YUV | 142.9 | 145.55 | 36.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 202 | 174 | 0.93 | 0 | 0.14 | 0.21 | 171.02 | 0.86 | 0.43 |
| Hex | F | CA | AE | 5D | 0 | E | 15 | AB | 56 | 2B |
| Octal | 17 | 312 | 256 | 135 | 0 | 16 | 25 | 253 | 126 | 53 |
| Binary | 1111 | 11001010 | 10101110 | 1011101 | 0 | 1110 | 10101 | 10101011 | 1010110 | 101011 |
Color Harmonies of #0FCAAE
Complementary color
Monochromatic Colors of #0FCAAE
Black with #0FCAAE
Text Example
Text Example
White with #0FCAAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FCAAE; }
p { color: rgb(15,202,174); }
H1.HeaderClassName
{
color: #0FCAAE;
}
.AnyTagClassName
{
color: #0FCAAE;
}
</style>
background-color css
<style>
a { background-color: #0FCAAE; }
a { background-color: rgb(15,202,174); }
div.DivClassName
{
background-color: #0FCAAE;
}
.BgClassName
{
background-color: #0FCAAE;
}
</style>
border-color css
<style>
span { border-color: #0FCAAE; }
span { border-color: rgb(15,202,174); }
td.TdClassName
{
border-color: #0FCAAE;
}
.TagClassName
{
border-color: #0FCAAE;
}
</style>