Html Css Color HEX #0BE6B4 Medium Spring Green
📋 copy color: '#0BE6B4'red 11 ◦ green 230 ◦ blue 180
Shades of Medium Spring Green #0BE6B4
Tints of Medium Spring Green #0BE6B4
RGB
CMYK
RGB Variations
Color information
#0BE6B4 (or 0x0BE6B4) is known color: Medium Spring Green. HEX triplet: 0B, E6 and B4. RGB value is (11,230,180). Sum of RGB (Red+Green+Blue) = 11+230+180=421 (55% of max value = 765). Red value is 11 (4.69% from 255 or 2.61% from 421); Green value is 230 (90.23% from 255 or 54.63% from 421); Blue value is 180 (70.70% from 255 or 42.76% from 421); Max value from RGB is 230 - color contains mainly: green. Hex color #0BE6B4 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0BE6B4 is #F4194B. Grayscale: #9E9E9E. Windows color (decimal): -15997260 or 11855371. OLE color: 11855371.
HSL color Cylindrical-coordinate representation of color #0BE6B4: hue angle of 166.3º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BE6B4 is Cyan = 0.95, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 11 | 230 | 180 | - |
| CMYK | 0.95 | 0 | 0.22 | 0.10 |
| HSL | 166.3º | 0.91% | 0.47% | - |
| HSV(B) | 166.3º | 0.95% | 0.9% | - |
| XYZ | 36.67 | 59.96 | 52.82 | - |
| YUV | 158.82 | 139.95 | 22.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 230 | 180 | 0.95 | 0 | 0.22 | 0.10 | 166.3 | 0.91 | 0.47 |
| Hex | B | E6 | B4 | 5F | 0 | 16 | A | A6 | 5B | 2F |
| Octal | 13 | 346 | 264 | 137 | 0 | 26 | 12 | 246 | 133 | 57 |
| Binary | 1011 | 11100110 | 10110100 | 1011111 | 0 | 10110 | 1010 | 10100110 | 1011011 | 101111 |
Color Harmonies of #0BE6B4
Complementary color
Monochromatic Colors of #0BE6B4
Black with #0BE6B4
Text Example
Text Example
White with #0BE6B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BE6B4; }
p { color: rgb(11,230,180); }
H1.HeaderClassName
{
color: #0BE6B4;
}
.AnyTagClassName
{
color: #0BE6B4;
}
</style>
background-color css
<style>
a { background-color: #0BE6B4; }
a { background-color: rgb(11,230,180); }
div.DivClassName
{
background-color: #0BE6B4;
}
.BgClassName
{
background-color: #0BE6B4;
}
</style>
border-color css
<style>
span { border-color: #0BE6B4; }
span { border-color: rgb(11,230,180); }
td.TdClassName
{
border-color: #0BE6B4;
}
.TagClassName
{
border-color: #0BE6B4;
}
</style>