Shades of Caribbean Green #0FCCA8
Tints of Caribbean Green #0FCCA8
RGB
CMYK
RGB Variations
Color information
#0FCCA8 (or 0x0FCCA8) is known color: Caribbean Green. HEX triplet: 0F, CC and A8. RGB value is (15,204,168). Sum of RGB (Red+Green+Blue) = 15+204+168=387 (51% of max value = 765). Red value is 15 (6.25% from 255 or 3.88% from 387); Green value is 204 (80.08% from 255 or 52.71% from 387); Blue value is 168 (66.02% from 255 or 43.41% from 387); Max value from RGB is 204 - color contains mainly: green. Hex color #0FCCA8 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FCCA8 is #F03357. Grayscale: #8F8F8F. Windows color (decimal): -15741784 or 11062287. OLE color: 11062287.
HSL color Cylindrical-coordinate representation of color #0FCCA8: hue angle of 168.57º 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 #0FCCA8 is Cyan = 0.93, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 15 | 204 | 168 | - |
| CMYK | 0.93 | 0 | 0.18 | 0.2 |
| HSL | 168.57º | 0.86% | 0.43% | - |
| HSV(B) | 168.57º | 0.93% | 0.8% | - |
| XYZ | 28.86 | 46.11 | 44.43 | - |
| YUV | 143.39 | 141.88 | 36.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 204 | 168 | 0.93 | 0 | 0.18 | 0.2 | 168.57 | 0.86 | 0.43 |
| Hex | F | CC | A8 | 5D | 0 | 12 | 14 | A9 | 56 | 2B |
| Octal | 17 | 314 | 250 | 135 | 0 | 22 | 24 | 251 | 126 | 53 |
| Binary | 1111 | 11001100 | 10101000 | 1011101 | 0 | 10010 | 10100 | 10101001 | 1010110 | 101011 |
Color Harmonies of #0FCCA8
Complementary color
Monochromatic Colors of #0FCCA8
Black with #0FCCA8
Text Example
Text Example
White with #0FCCA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FCCA8; }
p { color: rgb(15,204,168); }
H1.HeaderClassName
{
color: #0FCCA8;
}
.AnyTagClassName
{
color: #0FCCA8;
}
</style>
background-color css
<style>
a { background-color: #0FCCA8; }
a { background-color: rgb(15,204,168); }
div.DivClassName
{
background-color: #0FCCA8;
}
.BgClassName
{
background-color: #0FCCA8;
}
</style>
border-color css
<style>
span { border-color: #0FCCA8; }
span { border-color: rgb(15,204,168); }
td.TdClassName
{
border-color: #0FCCA8;
}
.TagClassName
{
border-color: #0FCCA8;
}
</style>