Html Css Color HEX #0BFCBD Medium Spring Green
📋 copy color: '#0BFCBD'red 11 ◦ green 252 ◦ blue 189
Shades of Medium Spring Green #0BFCBD
Tints of Medium Spring Green #0BFCBD
RGB
CMYK
RGB Variations
Color information
#0BFCBD (or 0x0BFCBD) is known color: Medium Spring Green. HEX triplet: 0B, FC and BD. RGB value is (11,252,189). Sum of RGB (Red+Green+Blue) = 11+252+189=452 (59% of max value = 765). Red value is 11 (4.69% from 255 or 2.43% from 452); Green value is 252 (98.83% from 255 or 55.75% from 452); Blue value is 189 (74.22% from 255 or 41.81% from 452); Max value from RGB is 252 - color contains mainly: green. Hex color #0BFCBD is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0BFCBD is #F40342. Grayscale: #ACACAC. Windows color (decimal): -15991619 or 12450827. OLE color: 12450827.
HSL color Cylindrical-coordinate representation of color #0BFCBD: hue angle of 164.32º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0BFCBD is Cyan = 0.96, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 11 | 252 | 189 | - |
| CMYK | 0.96 | 0 | 0.25 | 0.01 |
| HSL | 164.32º | 0.98% | 0.52% | - |
| HSV(B) | 164.32º | 0.96% | 0.99% | - |
| XYZ | 44.13 | 73.37 | 59.98 | - |
| YUV | 172.76 | 137.16 | 12.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 252 | 189 | 0.96 | 0 | 0.25 | 0.01 | 164.32 | 0.98 | 0.52 |
| Hex | B | FC | BD | 60 | 0 | 19 | 1 | A4 | 62 | 34 |
| Octal | 13 | 374 | 275 | 140 | 0 | 31 | 1 | 244 | 142 | 64 |
| Binary | 1011 | 11111100 | 10111101 | 1100000 | 0 | 11001 | 1 | 10100100 | 1100010 | 110100 |
Color Harmonies of #0BFCBD
Complementary color
Monochromatic Colors of #0BFCBD
Black with #0BFCBD
Text Example
Text Example
White with #0BFCBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BFCBD; }
p { color: rgb(11,252,189); }
H1.HeaderClassName
{
color: #0BFCBD;
}
.AnyTagClassName
{
color: #0BFCBD;
}
</style>
background-color css
<style>
a { background-color: #0BFCBD; }
a { background-color: rgb(11,252,189); }
div.DivClassName
{
background-color: #0BFCBD;
}
.BgClassName
{
background-color: #0BFCBD;
}
</style>
border-color css
<style>
span { border-color: #0BFCBD; }
span { border-color: rgb(11,252,189); }
td.TdClassName
{
border-color: #0BFCBD;
}
.TagClassName
{
border-color: #0BFCBD;
}
</style>