Shades of Caribbean Green #0FC48F
Tints of Caribbean Green #0FC48F
RGB
CMYK
RGB Variations
Color information
#0FC48F (or 0x0FC48F) is known color: Caribbean Green. HEX triplet: 0F, C4 and 8F. RGB value is (15,196,143). Sum of RGB (Red+Green+Blue) = 15+196+143=354 (46% of max value = 765). Red value is 15 (6.25% from 255 or 4.24% from 354); Green value is 196 (76.95% from 255 or 55.37% from 354); Blue value is 143 (56.25% from 255 or 40.40% from 354); Max value from RGB is 196 - color contains mainly: green. Hex color #0FC48F is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FC48F is #F03B70. Grayscale: #878787. Windows color (decimal): -15743857 or 9421839. OLE color: 9421839.
HSL color Cylindrical-coordinate representation of color #0FC48F: hue angle of 162.43º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FC48F is Cyan = 0.92, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 15 | 196 | 143 | - |
| CMYK | 0.92 | 0 | 0.27 | 0.23 |
| HSL | 162.43º | 0.86% | 0.41% | - |
| HSV(B) | 162.43º | 0.92% | 0.77% | - |
| XYZ | 24.89 | 41.56 | 32.7 | - |
| YUV | 135.84 | 132.03 | 41.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 196 | 143 | 0.92 | 0 | 0.27 | 0.23 | 162.43 | 0.86 | 0.41 |
| Hex | F | C4 | 8F | 5C | 0 | 1B | 17 | A2 | 56 | 29 |
| Octal | 17 | 304 | 217 | 134 | 0 | 33 | 27 | 242 | 126 | 51 |
| Binary | 1111 | 11000100 | 10001111 | 1011100 | 0 | 11011 | 10111 | 10100010 | 1010110 | 101001 |
Color Harmonies of #0FC48F
Complementary color
Monochromatic Colors of #0FC48F
Black with #0FC48F
Text Example
Text Example
White with #0FC48F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FC48F; }
p { color: rgb(15,196,143); }
H1.HeaderClassName
{
color: #0FC48F;
}
.AnyTagClassName
{
color: #0FC48F;
}
</style>
background-color css
<style>
a { background-color: #0FC48F; }
a { background-color: rgb(15,196,143); }
div.DivClassName
{
background-color: #0FC48F;
}
.BgClassName
{
background-color: #0FC48F;
}
</style>
border-color css
<style>
span { border-color: #0FC48F; }
span { border-color: rgb(15,196,143); }
td.TdClassName
{
border-color: #0FC48F;
}
.TagClassName
{
border-color: #0FC48F;
}
</style>