Shades of Caribbean Green #0FE2B3
Tints of Caribbean Green #0FE2B3
RGB
CMYK
RGB Variations
Color information
#0FE2B3 (or 0x0FE2B3) is known color: Caribbean Green. HEX triplet: 0F, E2 and B3. RGB value is (15,226,179). Sum of RGB (Red+Green+Blue) = 15+226+179=420 (55% of max value = 765). Red value is 15 (6.25% from 255 or 3.57% from 420); Green value is 226 (88.67% from 255 or 53.81% from 420); Blue value is 179 (70.31% from 255 or 42.62% from 420); Max value from RGB is 226 - color contains mainly: green. Hex color #0FE2B3 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FE2B3 is #F01D4C. Grayscale: #9D9D9D. Windows color (decimal): -15736141 or 11788815. OLE color: 11788815.
HSL color Cylindrical-coordinate representation of color #0FE2B3: hue angle of 166.64º 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 #0FE2B3 is Cyan = 0.93, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 15 | 226 | 179 | - |
| CMYK | 0.93 | 0 | 0.21 | 0.11 |
| HSL | 166.64º | 0.88% | 0.47% | - |
| HSV(B) | 166.64º | 0.93% | 0.89% | - |
| XYZ | 35.53 | 57.75 | 51.92 | - |
| YUV | 157.55 | 140.1 | 26.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 226 | 179 | 0.93 | 0 | 0.21 | 0.11 | 166.64 | 0.88 | 0.47 |
| Hex | F | E2 | B3 | 5D | 0 | 15 | B | A7 | 58 | 2F |
| Octal | 17 | 342 | 263 | 135 | 0 | 25 | 13 | 247 | 130 | 57 |
| Binary | 1111 | 11100010 | 10110011 | 1011101 | 0 | 10101 | 1011 | 10100111 | 1011000 | 101111 |
Color Harmonies of #0FE2B3
Complementary color
Monochromatic Colors of #0FE2B3
Black with #0FE2B3
Text Example
Text Example
White with #0FE2B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FE2B3; }
p { color: rgb(15,226,179); }
H1.HeaderClassName
{
color: #0FE2B3;
}
.AnyTagClassName
{
color: #0FE2B3;
}
</style>
background-color css
<style>
a { background-color: #0FE2B3; }
a { background-color: rgb(15,226,179); }
div.DivClassName
{
background-color: #0FE2B3;
}
.BgClassName
{
background-color: #0FE2B3;
}
</style>
border-color css
<style>
span { border-color: #0FE2B3; }
span { border-color: rgb(15,226,179); }
td.TdClassName
{
border-color: #0FE2B3;
}
.TagClassName
{
border-color: #0FE2B3;
}
</style>