Html Css Color HEX #1BF2BB Medium Spring Green
📋 copy color: '#1BF2BB'red 27 ◦ green 242 ◦ blue 187
Shades of Medium Spring Green #1BF2BB
Tints of Medium Spring Green #1BF2BB
RGB
CMYK
RGB Variations
Color information
#1BF2BB (or 0x1BF2BB) is known color: Medium Spring Green. HEX triplet: 1B, F2 and BB. RGB value is (27,242,187). Sum of RGB (Red+Green+Blue) = 27+242+187=456 (60% of max value = 765). Red value is 27 (10.94% from 255 or 5.92% from 456); Green value is 242 (94.92% from 255 or 53.07% from 456); Blue value is 187 (73.44% from 255 or 41.01% from 456); Max value from RGB is 242 - color contains mainly: green. Hex color #1BF2BB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1BF2BB is #E40D44. Grayscale: #ABABAB. Windows color (decimal): -14945605 or 12317211. OLE color: 12317211.
HSL color Cylindrical-coordinate representation of color #1BF2BB: hue angle of 164.65º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1BF2BB is Cyan = 0.89, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 27 | 242 | 187 | - |
| CMYK | 0.89 | 0 | 0.23 | 0.05 |
| HSL | 164.65º | 0.89% | 0.53% | - |
| HSV(B) | 164.65º | 0.89% | 0.95% | - |
| XYZ | 41.17 | 67.33 | 57.84 | - |
| YUV | 171.45 | 136.77 | 24.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 242 | 187 | 0.89 | 0 | 0.23 | 0.05 | 164.65 | 0.89 | 0.53 |
| Hex | 1B | F2 | BB | 59 | 0 | 17 | 5 | A5 | 59 | 35 |
| Octal | 33 | 362 | 273 | 131 | 0 | 27 | 5 | 245 | 131 | 65 |
| Binary | 11011 | 11110010 | 10111011 | 1011001 | 0 | 10111 | 101 | 10100101 | 1011001 | 110101 |
Color Harmonies of #1BF2BB
Complementary color
Monochromatic Colors of #1BF2BB
Black with #1BF2BB
Text Example
Text Example
White with #1BF2BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BF2BB; }
p { color: rgb(27,242,187); }
H1.HeaderClassName
{
color: #1BF2BB;
}
.AnyTagClassName
{
color: #1BF2BB;
}
</style>
background-color css
<style>
a { background-color: #1BF2BB; }
a { background-color: rgb(27,242,187); }
div.DivClassName
{
background-color: #1BF2BB;
}
.BgClassName
{
background-color: #1BF2BB;
}
</style>
border-color css
<style>
span { border-color: #1BF2BB; }
span { border-color: rgb(27,242,187); }
td.TdClassName
{
border-color: #1BF2BB;
}
.TagClassName
{
border-color: #1BF2BB;
}
</style>