Html Css Color HEX #33FFA0 Medium Spring Green
📋 copy color: '#33FFA0'red 51 ◦ green 255 ◦ blue 160
Shades of Medium Spring Green #33FFA0
Tints of Medium Spring Green #33FFA0
RGB
CMYK
RGB Variations
Color information
#33FFA0 (or 0x33FFA0) is known color: Medium Spring Green. HEX triplet: 33, FF and A0. RGB value is (51,255,160). Sum of RGB (Red+Green+Blue) = 51+255+160=466 (61% of max value = 765). Red value is 51 (20.31% from 255 or 10.94% from 466); Green value is 255 (100% from 255 or 54.72% from 466); Blue value is 160 (62.89% from 255 or 34.33% from 466); Max value from RGB is 255 - color contains mainly: green. Hex color #33FFA0 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #33FFA0 is #CC005F. Grayscale: #B7B7B7. Windows color (decimal): -13369440 or 10551091. OLE color: 10551091.
HSL color Cylindrical-coordinate representation of color #33FFA0: hue angle of 152.06º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #33FFA0 is Cyan = 0.8, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.
Color convert
| RGB | 51 | 255 | 160 | - |
| CMYK | 0.8 | 0 | 0.37 | 0 |
| HSL | 152.06º | 1% | 0.6% | - |
| HSV(B) | 152.06º | 0.8% | 1% | - |
| XYZ | 43.47 | 74.76 | 45.4 | - |
| YUV | 183.17 | 114.91 | 33.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 255 | 160 | 0.8 | 0 | 0.37 | 0 | 152.06 | 1 | 0.6 |
| Hex | 33 | FF | A0 | 50 | 0 | 25 | 0 | 98 | 64 | 3C |
| Octal | 63 | 377 | 240 | 120 | 0 | 45 | 0 | 230 | 144 | 74 |
| Binary | 110011 | 11111111 | 10100000 | 1010000 | 0 | 100101 | 0 | 10011000 | 1100100 | 111100 |
Color Harmonies of #33FFA0
Complementary color
Monochromatic Colors of #33FFA0
Black with #33FFA0
Text Example
Text Example
White with #33FFA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33FFA0; }
p { color: rgb(51,255,160); }
H1.HeaderClassName
{
color: #33FFA0;
}
.AnyTagClassName
{
color: #33FFA0;
}
</style>
background-color css
<style>
a { background-color: #33FFA0; }
a { background-color: rgb(51,255,160); }
div.DivClassName
{
background-color: #33FFA0;
}
.BgClassName
{
background-color: #33FFA0;
}
</style>
border-color css
<style>
span { border-color: #33FFA0; }
span { border-color: rgb(51,255,160); }
td.TdClassName
{
border-color: #33FFA0;
}
.TagClassName
{
border-color: #33FFA0;
}
</style>