Shades of Caribbean Green #0FCC8F
Tints of Caribbean Green #0FCC8F
RGB
CMYK
RGB Variations
Color information
#0FCC8F (or 0x0FCC8F) is known color: Caribbean Green. HEX triplet: 0F, CC and 8F. RGB value is (15,204,143). Sum of RGB (Red+Green+Blue) = 15+204+143=362 (47% of max value = 765). Red value is 15 (6.25% from 255 or 4.14% from 362); Green value is 204 (80.08% from 255 or 56.35% from 362); Blue value is 143 (56.25% from 255 or 39.50% from 362); Max value from RGB is 204 - color contains mainly: green. Hex color #0FCC8F is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FCC8F is #F03370. Grayscale: #8C8C8C. Windows color (decimal): -15741809 or 9423887. OLE color: 9423887.
HSL color Cylindrical-coordinate representation of color #0FCC8F: hue angle of 160.63º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FCC8F is Cyan = 0.93, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 15 | 204 | 143 | - |
| CMYK | 0.93 | 0 | 0.30 | 0.2 |
| HSL | 160.63º | 0.86% | 0.43% | - |
| HSV(B) | 160.63º | 0.93% | 0.8% | - |
| XYZ | 26.75 | 45.27 | 33.31 | - |
| YUV | 140.54 | 129.38 | 38.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 204 | 143 | 0.93 | 0 | 0.30 | 0.2 | 160.63 | 0.86 | 0.43 |
| Hex | F | CC | 8F | 5D | 0 | 1E | 14 | A1 | 56 | 2B |
| Octal | 17 | 314 | 217 | 135 | 0 | 36 | 24 | 241 | 126 | 53 |
| Binary | 1111 | 11001100 | 10001111 | 1011101 | 0 | 11110 | 10100 | 10100001 | 1010110 | 101011 |
Color Harmonies of #0FCC8F
Complementary color
Monochromatic Colors of #0FCC8F
Black with #0FCC8F
Text Example
Text Example
White with #0FCC8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FCC8F; }
p { color: rgb(15,204,143); }
H1.HeaderClassName
{
color: #0FCC8F;
}
.AnyTagClassName
{
color: #0FCC8F;
}
</style>
background-color css
<style>
a { background-color: #0FCC8F; }
a { background-color: rgb(15,204,143); }
div.DivClassName
{
background-color: #0FCC8F;
}
.BgClassName
{
background-color: #0FCC8F;
}
</style>
border-color css
<style>
span { border-color: #0FCC8F; }
span { border-color: rgb(15,204,143); }
td.TdClassName
{
border-color: #0FCC8F;
}
.TagClassName
{
border-color: #0FCC8F;
}
</style>