Shades of Caribbean Green #0FE3B2
Tints of Caribbean Green #0FE3B2
RGB
CMYK
RGB Variations
Color information
#0FE3B2 (or 0x0FE3B2) is known color: Caribbean Green. HEX triplet: 0F, E3 and B2. RGB value is (15,227,178). Sum of RGB (Red+Green+Blue) = 15+227+178=420 (55% of max value = 765). Red value is 15 (6.25% from 255 or 3.57% from 420); Green value is 227 (89.06% from 255 or 54.05% from 420); Blue value is 178 (69.92% from 255 or 42.38% from 420); Max value from RGB is 227 - color contains mainly: green. Hex color #0FE3B2 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FE3B2 is #F01C4D. Grayscale: #9E9E9E. Windows color (decimal): -15735886 or 11723535. OLE color: 11723535.
HSL color Cylindrical-coordinate representation of color #0FE3B2: hue angle of 166.13º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FE3B2 is Cyan = 0.93, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 15 | 227 | 178 | - |
| CMYK | 0.93 | 0 | 0.22 | 0.11 |
| HSL | 166.13º | 0.88% | 0.47% | - |
| HSV(B) | 166.13º | 0.93% | 0.89% | - |
| XYZ | 35.7 | 58.25 | 51.48 | - |
| YUV | 158.03 | 139.26 | 25.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 227 | 178 | 0.93 | 0 | 0.22 | 0.11 | 166.13 | 0.88 | 0.47 |
| Hex | F | E3 | B2 | 5D | 0 | 16 | B | A6 | 58 | 2F |
| Octal | 17 | 343 | 262 | 135 | 0 | 26 | 13 | 246 | 130 | 57 |
| Binary | 1111 | 11100011 | 10110010 | 1011101 | 0 | 10110 | 1011 | 10100110 | 1011000 | 101111 |
Color Harmonies of #0FE3B2
Complementary color
Monochromatic Colors of #0FE3B2
Black with #0FE3B2
Text Example
Text Example
White with #0FE3B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FE3B2; }
p { color: rgb(15,227,178); }
H1.HeaderClassName
{
color: #0FE3B2;
}
.AnyTagClassName
{
color: #0FE3B2;
}
</style>
background-color css
<style>
a { background-color: #0FE3B2; }
a { background-color: rgb(15,227,178); }
div.DivClassName
{
background-color: #0FE3B2;
}
.BgClassName
{
background-color: #0FE3B2;
}
</style>
border-color css
<style>
span { border-color: #0FE3B2; }
span { border-color: rgb(15,227,178); }
td.TdClassName
{
border-color: #0FE3B2;
}
.TagClassName
{
border-color: #0FE3B2;
}
</style>