Shades of Caribbean Green #0FCAB2
Tints of Caribbean Green #0FCAB2
RGB
CMYK
RGB Variations
Color information
#0FCAB2 (or 0x0FCAB2) is known color: Caribbean Green. HEX triplet: 0F, CA and B2. RGB value is (15,202,178). Sum of RGB (Red+Green+Blue) = 15+202+178=395 (52% of max value = 765). Red value is 15 (6.25% from 255 or 3.80% from 395); Green value is 202 (79.30% from 255 or 51.14% from 395); Blue value is 178 (69.92% from 255 or 45.06% from 395); Max value from RGB is 202 - color contains mainly: green. Hex color #0FCAB2 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FCAB2 is #F0354D. Grayscale: #8F8F8F. Windows color (decimal): -15742286 or 11717135. OLE color: 11717135.
HSL color Cylindrical-coordinate representation of color #0FCAB2: hue angle of 172.3º 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 #0FCAB2 is Cyan = 0.93, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 15 | 202 | 178 | - |
| CMYK | 0.93 | 0 | 0.12 | 0.21 |
| HSL | 172.3º | 0.86% | 0.43% | - |
| HSV(B) | 172.3º | 0.93% | 0.79% | - |
| XYZ | 29.35 | 45.56 | 49.37 | - |
| YUV | 143.35 | 147.55 | 36.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 202 | 178 | 0.93 | 0 | 0.12 | 0.21 | 172.3 | 0.86 | 0.43 |
| Hex | F | CA | B2 | 5D | 0 | C | 15 | AC | 56 | 2B |
| Octal | 17 | 312 | 262 | 135 | 0 | 14 | 25 | 254 | 126 | 53 |
| Binary | 1111 | 11001010 | 10110010 | 1011101 | 0 | 1100 | 10101 | 10101100 | 1010110 | 101011 |
Color Harmonies of #0FCAB2
Complementary color
Monochromatic Colors of #0FCAB2
Black with #0FCAB2
Text Example
Text Example
White with #0FCAB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FCAB2; }
p { color: rgb(15,202,178); }
H1.HeaderClassName
{
color: #0FCAB2;
}
.AnyTagClassName
{
color: #0FCAB2;
}
</style>
background-color css
<style>
a { background-color: #0FCAB2; }
a { background-color: rgb(15,202,178); }
div.DivClassName
{
background-color: #0FCAB2;
}
.BgClassName
{
background-color: #0FCAB2;
}
</style>
border-color css
<style>
span { border-color: #0FCAB2; }
span { border-color: rgb(15,202,178); }
td.TdClassName
{
border-color: #0FCAB2;
}
.TagClassName
{
border-color: #0FCAB2;
}
</style>