Shades of Caribbean Green #0FCBA5
Tints of Caribbean Green #0FCBA5
RGB
CMYK
RGB Variations
Color information
#0FCBA5 (or 0x0FCBA5) is known color: Caribbean Green. HEX triplet: 0F, CB and A5. RGB value is (15,203,165). Sum of RGB (Red+Green+Blue) = 15+203+165=383 (50% of max value = 765). Red value is 15 (6.25% from 255 or 3.92% from 383); Green value is 203 (79.69% from 255 or 53.00% from 383); Blue value is 165 (64.84% from 255 or 43.08% from 383); Max value from RGB is 203 - color contains mainly: green. Hex color #0FCBA5 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FCBA5 is #F0345A. Grayscale: #8E8E8E. Windows color (decimal): -15742043 or 10865423. OLE color: 10865423.
HSL color Cylindrical-coordinate representation of color #0FCBA5: hue angle of 167.87º 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 #0FCBA5 is Cyan = 0.93, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 15 | 203 | 165 | - |
| CMYK | 0.93 | 0 | 0.19 | 0.20 |
| HSL | 167.87º | 0.86% | 0.43% | - |
| HSV(B) | 167.87º | 0.93% | 0.8% | - |
| XYZ | 28.34 | 45.53 | 42.89 | - |
| YUV | 142.46 | 140.72 | 37.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 203 | 165 | 0.93 | 0 | 0.19 | 0.20 | 167.87 | 0.86 | 0.43 |
| Hex | F | CB | A5 | 5D | 0 | 13 | 14 | A8 | 56 | 2B |
| Octal | 17 | 313 | 245 | 135 | 0 | 23 | 24 | 250 | 126 | 53 |
| Binary | 1111 | 11001011 | 10100101 | 1011101 | 0 | 10011 | 10100 | 10101000 | 1010110 | 101011 |
Color Harmonies of #0FCBA5
Complementary color
Monochromatic Colors of #0FCBA5
Black with #0FCBA5
Text Example
Text Example
White with #0FCBA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FCBA5; }
p { color: rgb(15,203,165); }
H1.HeaderClassName
{
color: #0FCBA5;
}
.AnyTagClassName
{
color: #0FCBA5;
}
</style>
background-color css
<style>
a { background-color: #0FCBA5; }
a { background-color: rgb(15,203,165); }
div.DivClassName
{
background-color: #0FCBA5;
}
.BgClassName
{
background-color: #0FCBA5;
}
</style>
border-color css
<style>
span { border-color: #0FCBA5; }
span { border-color: rgb(15,203,165); }
td.TdClassName
{
border-color: #0FCBA5;
}
.TagClassName
{
border-color: #0FCBA5;
}
</style>