Shades of Caribbean Green #0FC993
Tints of Caribbean Green #0FC993
RGB
CMYK
RGB Variations
Color information
#0FC993 (or 0x0FC993) is known color: Caribbean Green. HEX triplet: 0F, C9 and 93. RGB value is (15,201,147). Sum of RGB (Red+Green+Blue) = 15+201+147=363 (48% of max value = 765). Red value is 15 (6.25% from 255 or 4.13% from 363); Green value is 201 (78.91% from 255 or 55.37% from 363); Blue value is 147 (57.81% from 255 or 40.50% from 363); Max value from RGB is 201 - color contains mainly: green. Hex color #0FC993 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FC993 is #F0366C. Grayscale: #8B8B8B. Windows color (decimal): -15742573 or 9685263. OLE color: 9685263.
HSL color Cylindrical-coordinate representation of color #0FC993: hue angle of 162.58º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FC993 is Cyan = 0.93, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 15 | 201 | 147 | - |
| CMYK | 0.93 | 0 | 0.27 | 0.21 |
| HSL | 162.58º | 0.86% | 0.42% | - |
| HSV(B) | 162.58º | 0.93% | 0.79% | - |
| XYZ | 26.35 | 43.98 | 34.7 | - |
| YUV | 139.23 | 132.38 | 39.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 201 | 147 | 0.93 | 0 | 0.27 | 0.21 | 162.58 | 0.86 | 0.42 |
| Hex | F | C9 | 93 | 5D | 0 | 1B | 15 | A3 | 56 | 2A |
| Octal | 17 | 311 | 223 | 135 | 0 | 33 | 25 | 243 | 126 | 52 |
| Binary | 1111 | 11001001 | 10010011 | 1011101 | 0 | 11011 | 10101 | 10100011 | 1010110 | 101010 |
Color Harmonies of #0FC993
Complementary color
Monochromatic Colors of #0FC993
Black with #0FC993
Text Example
Text Example
White with #0FC993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FC993; }
p { color: rgb(15,201,147); }
H1.HeaderClassName
{
color: #0FC993;
}
.AnyTagClassName
{
color: #0FC993;
}
</style>
background-color css
<style>
a { background-color: #0FC993; }
a { background-color: rgb(15,201,147); }
div.DivClassName
{
background-color: #0FC993;
}
.BgClassName
{
background-color: #0FC993;
}
</style>
border-color css
<style>
span { border-color: #0FC993; }
span { border-color: rgb(15,201,147); }
td.TdClassName
{
border-color: #0FC993;
}
.TagClassName
{
border-color: #0FC993;
}
</style>