Shades of Caribbean Green #0FCAA5
Tints of Caribbean Green #0FCAA5
RGB
CMYK
RGB Variations
Color information
#0FCAA5 (or 0x0FCAA5) is known color: Caribbean Green. HEX triplet: 0F, CA and A5. RGB value is (15,202,165). Sum of RGB (Red+Green+Blue) = 15+202+165=382 (50% of max value = 765). Red value is 15 (6.25% from 255 or 3.93% from 382); Green value is 202 (79.30% from 255 or 52.88% from 382); Blue value is 165 (64.84% from 255 or 43.19% from 382); Max value from RGB is 202 - color contains mainly: green. Hex color #0FCAA5 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FCAA5 is #F0355A. Grayscale: #8D8D8D. Windows color (decimal): -15742299 or 10865167. OLE color: 10865167.
HSL color Cylindrical-coordinate representation of color #0FCAA5: hue angle of 168.13º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FCAA5 is Cyan = 0.93, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 15 | 202 | 165 | - |
| CMYK | 0.93 | 0 | 0.18 | 0.21 |
| HSL | 168.13º | 0.86% | 0.43% | - |
| HSV(B) | 168.13º | 0.93% | 0.79% | - |
| XYZ | 28.11 | 45.06 | 42.81 | - |
| YUV | 141.87 | 141.05 | 37.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 202 | 165 | 0.93 | 0 | 0.18 | 0.21 | 168.13 | 0.86 | 0.43 |
| Hex | F | CA | A5 | 5D | 0 | 12 | 15 | A8 | 56 | 2B |
| Octal | 17 | 312 | 245 | 135 | 0 | 22 | 25 | 250 | 126 | 53 |
| Binary | 1111 | 11001010 | 10100101 | 1011101 | 0 | 10010 | 10101 | 10101000 | 1010110 | 101011 |
Color Harmonies of #0FCAA5
Complementary color
Monochromatic Colors of #0FCAA5
Black with #0FCAA5
Text Example
Text Example
White with #0FCAA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FCAA5; }
p { color: rgb(15,202,165); }
H1.HeaderClassName
{
color: #0FCAA5;
}
.AnyTagClassName
{
color: #0FCAA5;
}
</style>
background-color css
<style>
a { background-color: #0FCAA5; }
a { background-color: rgb(15,202,165); }
div.DivClassName
{
background-color: #0FCAA5;
}
.BgClassName
{
background-color: #0FCAA5;
}
</style>
border-color css
<style>
span { border-color: #0FCAA5; }
span { border-color: rgb(15,202,165); }
td.TdClassName
{
border-color: #0FCAA5;
}
.TagClassName
{
border-color: #0FCAA5;
}
</style>