Shades of Caribbean Green #0FCA8E
Tints of Caribbean Green #0FCA8E
RGB
CMYK
RGB Variations
Color information
#0FCA8E (or 0x0FCA8E) is known color: Caribbean Green. HEX triplet: 0F, CA and 8E. RGB value is (15,202,142). Sum of RGB (Red+Green+Blue) = 15+202+142=359 (47% of max value = 765). Red value is 15 (6.25% from 255 or 4.18% from 359); Green value is 202 (79.30% from 255 or 56.27% from 359); Blue value is 142 (55.86% from 255 or 39.55% from 359); Max value from RGB is 202 - color contains mainly: green. Hex color #0FCA8E is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FCA8E is #F03571. Grayscale: #8B8B8B. Windows color (decimal): -15742322 or 9357839. OLE color: 9357839.
HSL color Cylindrical-coordinate representation of color #0FCA8E: hue angle of 160.75º 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 #0FCA8E is Cyan = 0.93, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 15 | 202 | 142 | - |
| CMYK | 0.93 | 0 | 0.30 | 0.21 |
| HSL | 160.75º | 0.86% | 0.43% | - |
| HSV(B) | 160.75º | 0.93% | 0.79% | - |
| XYZ | 26.2 | 44.3 | 32.76 | - |
| YUV | 139.25 | 129.55 | 39.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 202 | 142 | 0.93 | 0 | 0.30 | 0.21 | 160.75 | 0.86 | 0.43 |
| Hex | F | CA | 8E | 5D | 0 | 1E | 15 | A1 | 56 | 2B |
| Octal | 17 | 312 | 216 | 135 | 0 | 36 | 25 | 241 | 126 | 53 |
| Binary | 1111 | 11001010 | 10001110 | 1011101 | 0 | 11110 | 10101 | 10100001 | 1010110 | 101011 |
Color Harmonies of #0FCA8E
Complementary color
Monochromatic Colors of #0FCA8E
Black with #0FCA8E
Text Example
Text Example
White with #0FCA8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FCA8E; }
p { color: rgb(15,202,142); }
H1.HeaderClassName
{
color: #0FCA8E;
}
.AnyTagClassName
{
color: #0FCA8E;
}
</style>
background-color css
<style>
a { background-color: #0FCA8E; }
a { background-color: rgb(15,202,142); }
div.DivClassName
{
background-color: #0FCA8E;
}
.BgClassName
{
background-color: #0FCA8E;
}
</style>
border-color css
<style>
span { border-color: #0FCA8E; }
span { border-color: rgb(15,202,142); }
td.TdClassName
{
border-color: #0FCA8E;
}
.TagClassName
{
border-color: #0FCA8E;
}
</style>