Shades of Caribbean Green #0FCA9F
Tints of Caribbean Green #0FCA9F
RGB
CMYK
RGB Variations
Color information
#0FCA9F (or 0x0FCA9F) is known color: Caribbean Green. HEX triplet: 0F, CA and 9F. RGB value is (15,202,159). Sum of RGB (Red+Green+Blue) = 15+202+159=376 (49% of max value = 765). Red value is 15 (6.25% from 255 or 3.99% from 376); Green value is 202 (79.30% from 255 or 53.72% from 376); Blue value is 159 (62.5% from 255 or 42.29% from 376); Max value from RGB is 202 - color contains mainly: green. Hex color #0FCA9F is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FCA9F is #F03560. Grayscale: #8D8D8D. Windows color (decimal): -15742305 or 10471951. OLE color: 10471951.
HSL color Cylindrical-coordinate representation of color #0FCA9F: hue angle of 166.2º 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 #0FCA9F is Cyan = 0.93, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 15 | 202 | 159 | - |
| CMYK | 0.93 | 0 | 0.21 | 0.21 |
| HSL | 166.2º | 0.86% | 0.43% | - |
| HSV(B) | 166.2º | 0.93% | 0.79% | - |
| XYZ | 27.58 | 44.85 | 40 | - |
| YUV | 141.19 | 138.05 | 38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 202 | 159 | 0.93 | 0 | 0.21 | 0.21 | 166.2 | 0.86 | 0.43 |
| Hex | F | CA | 9F | 5D | 0 | 15 | 15 | A6 | 56 | 2B |
| Octal | 17 | 312 | 237 | 135 | 0 | 25 | 25 | 246 | 126 | 53 |
| Binary | 1111 | 11001010 | 10011111 | 1011101 | 0 | 10101 | 10101 | 10100110 | 1010110 | 101011 |
Color Harmonies of #0FCA9F
Complementary color
Monochromatic Colors of #0FCA9F
Black with #0FCA9F
Text Example
Text Example
White with #0FCA9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FCA9F; }
p { color: rgb(15,202,159); }
H1.HeaderClassName
{
color: #0FCA9F;
}
.AnyTagClassName
{
color: #0FCA9F;
}
</style>
background-color css
<style>
a { background-color: #0FCA9F; }
a { background-color: rgb(15,202,159); }
div.DivClassName
{
background-color: #0FCA9F;
}
.BgClassName
{
background-color: #0FCA9F;
}
</style>
border-color css
<style>
span { border-color: #0FCA9F; }
span { border-color: rgb(15,202,159); }
td.TdClassName
{
border-color: #0FCA9F;
}
.TagClassName
{
border-color: #0FCA9F;
}
</style>