Shades of Caribbean Green #0FCA8D
Tints of Caribbean Green #0FCA8D
RGB
CMYK
RGB Variations
Color information
#0FCA8D (or 0x0FCA8D) is known color: Caribbean Green. HEX triplet: 0F, CA and 8D. RGB value is (15,202,141). Sum of RGB (Red+Green+Blue) = 15+202+141=358 (47% of max value = 765). Red value is 15 (6.25% from 255 or 4.19% from 358); Green value is 202 (79.30% from 255 or 56.42% from 358); Blue value is 141 (55.47% from 255 or 39.39% from 358); Max value from RGB is 202 - color contains mainly: green. Hex color #0FCA8D is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FCA8D is #F03572. Grayscale: #8B8B8B. Windows color (decimal): -15742323 or 9292303. OLE color: 9292303.
HSL color Cylindrical-coordinate representation of color #0FCA8D: hue angle of 160.43º 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 #0FCA8D is Cyan = 0.93, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 15 | 202 | 141 | - |
| CMYK | 0.93 | 0 | 0.30 | 0.21 |
| HSL | 160.43º | 0.86% | 0.43% | - |
| HSV(B) | 160.43º | 0.93% | 0.79% | - |
| XYZ | 26.13 | 44.27 | 32.37 | - |
| YUV | 139.13 | 129.05 | 39.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 202 | 141 | 0.93 | 0 | 0.30 | 0.21 | 160.43 | 0.86 | 0.43 |
| Hex | F | CA | 8D | 5D | 0 | 1E | 15 | A0 | 56 | 2B |
| Octal | 17 | 312 | 215 | 135 | 0 | 36 | 25 | 240 | 126 | 53 |
| Binary | 1111 | 11001010 | 10001101 | 1011101 | 0 | 11110 | 10101 | 10100000 | 1010110 | 101011 |
Color Harmonies of #0FCA8D
Complementary color
Monochromatic Colors of #0FCA8D
Black with #0FCA8D
Text Example
Text Example
White with #0FCA8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FCA8D; }
p { color: rgb(15,202,141); }
H1.HeaderClassName
{
color: #0FCA8D;
}
.AnyTagClassName
{
color: #0FCA8D;
}
</style>
background-color css
<style>
a { background-color: #0FCA8D; }
a { background-color: rgb(15,202,141); }
div.DivClassName
{
background-color: #0FCA8D;
}
.BgClassName
{
background-color: #0FCA8D;
}
</style>
border-color css
<style>
span { border-color: #0FCA8D; }
span { border-color: rgb(15,202,141); }
td.TdClassName
{
border-color: #0FCA8D;
}
.TagClassName
{
border-color: #0FCA8D;
}
</style>