Shades of Caribbean Green #0FE0B5
Tints of Caribbean Green #0FE0B5
RGB
CMYK
RGB Variations
Color information
#0FE0B5 (or 0x0FE0B5) is known color: Caribbean Green. HEX triplet: 0F, E0 and B5. RGB value is (15,224,181). Sum of RGB (Red+Green+Blue) = 15+224+181=420 (55% of max value = 765). Red value is 15 (6.25% from 255 or 3.57% from 420); Green value is 224 (87.89% from 255 or 53.33% from 420); Blue value is 181 (71.09% from 255 or 43.10% from 420); Max value from RGB is 224 - color contains mainly: green. Hex color #0FE0B5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FE0B5 is #F01F4A. Grayscale: #9C9C9C. Windows color (decimal): -15736651 or 11919375. OLE color: 11919375.
HSL color Cylindrical-coordinate representation of color #0FE0B5: hue angle of 167.66º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FE0B5 is Cyan = 0.93, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 15 | 224 | 181 | - |
| CMYK | 0.93 | 0 | 0.19 | 0.12 |
| HSL | 167.66º | 0.87% | 0.47% | - |
| HSV(B) | 167.66º | 0.93% | 0.88% | - |
| XYZ | 35.19 | 56.75 | 52.81 | - |
| YUV | 156.61 | 141.76 | 27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 224 | 181 | 0.93 | 0 | 0.19 | 0.12 | 167.66 | 0.87 | 0.47 |
| Hex | F | E0 | B5 | 5D | 0 | 13 | C | A8 | 57 | 2F |
| Octal | 17 | 340 | 265 | 135 | 0 | 23 | 14 | 250 | 127 | 57 |
| Binary | 1111 | 11100000 | 10110101 | 1011101 | 0 | 10011 | 1100 | 10101000 | 1010111 | 101111 |
Color Harmonies of #0FE0B5
Complementary color
Monochromatic Colors of #0FE0B5
Black with #0FE0B5
Text Example
Text Example
White with #0FE0B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FE0B5; }
p { color: rgb(15,224,181); }
H1.HeaderClassName
{
color: #0FE0B5;
}
.AnyTagClassName
{
color: #0FE0B5;
}
</style>
background-color css
<style>
a { background-color: #0FE0B5; }
a { background-color: rgb(15,224,181); }
div.DivClassName
{
background-color: #0FE0B5;
}
.BgClassName
{
background-color: #0FE0B5;
}
</style>
border-color css
<style>
span { border-color: #0FE0B5; }
span { border-color: rgb(15,224,181); }
td.TdClassName
{
border-color: #0FE0B5;
}
.TagClassName
{
border-color: #0FE0B5;
}
</style>