Shades of Caribbean Green #0FC8A2
Tints of Caribbean Green #0FC8A2
RGB
CMYK
RGB Variations
Color information
#0FC8A2 (or 0x0FC8A2) is known color: Caribbean Green. HEX triplet: 0F, C8 and A2. RGB value is (15,200,162). Sum of RGB (Red+Green+Blue) = 15+200+162=377 (49% of max value = 765). Red value is 15 (6.25% from 255 or 3.98% from 377); Green value is 200 (78.52% from 255 or 53.05% from 377); Blue value is 162 (63.67% from 255 or 42.97% from 377); Max value from RGB is 200 - color contains mainly: green. Hex color #0FC8A2 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FC8A2 is #F0375D. Grayscale: #8C8C8C. Windows color (decimal): -15742814 or 10668047. OLE color: 10668047.
HSL color Cylindrical-coordinate representation of color #0FC8A2: hue angle of 167.68º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FC8A2 is Cyan = 0.92, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 15 | 200 | 162 | - |
| CMYK | 0.92 | 0 | 0.19 | 0.22 |
| HSL | 167.68º | 0.86% | 0.42% | - |
| HSV(B) | 167.68º | 0.93% | 0.78% | - |
| XYZ | 27.37 | 44.02 | 41.24 | - |
| YUV | 140.35 | 140.21 | 38.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 200 | 162 | 0.92 | 0 | 0.19 | 0.22 | 167.68 | 0.86 | 0.42 |
| Hex | F | C8 | A2 | 5C | 0 | 13 | 16 | A8 | 56 | 2A |
| Octal | 17 | 310 | 242 | 134 | 0 | 23 | 26 | 250 | 126 | 52 |
| Binary | 1111 | 11001000 | 10100010 | 1011100 | 0 | 10011 | 10110 | 10101000 | 1010110 | 101010 |
Color Harmonies of #0FC8A2
Complementary color
Monochromatic Colors of #0FC8A2
Black with #0FC8A2
Text Example
Text Example
White with #0FC8A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FC8A2; }
p { color: rgb(15,200,162); }
H1.HeaderClassName
{
color: #0FC8A2;
}
.AnyTagClassName
{
color: #0FC8A2;
}
</style>
background-color css
<style>
a { background-color: #0FC8A2; }
a { background-color: rgb(15,200,162); }
div.DivClassName
{
background-color: #0FC8A2;
}
.BgClassName
{
background-color: #0FC8A2;
}
</style>
border-color css
<style>
span { border-color: #0FC8A2; }
span { border-color: rgb(15,200,162); }
td.TdClassName
{
border-color: #0FC8A2;
}
.TagClassName
{
border-color: #0FC8A2;
}
</style>