Html Css Color HEX #13F0B3 Medium Spring Green
📋 copy color: '#13F0B3'red 19 ◦ green 240 ◦ blue 179
Shades of Medium Spring Green #13F0B3
Tints of Medium Spring Green #13F0B3
RGB
CMYK
RGB Variations
Color information
#13F0B3 (or 0x13F0B3) is known color: Medium Spring Green. HEX triplet: 13, F0 and B3. RGB value is (19,240,179). Sum of RGB (Red+Green+Blue) = 19+240+179=438 (58% of max value = 765). Red value is 19 (7.81% from 255 or 4.34% from 438); Green value is 240 (94.14% from 255 or 54.79% from 438); Blue value is 179 (70.31% from 255 or 40.87% from 438); Max value from RGB is 240 - color contains mainly: green. Hex color #13F0B3 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #13F0B3 is #EC0F4C. Grayscale: #A6A6A6. Windows color (decimal): -15470413 or 11792403. OLE color: 11792403.
HSL color Cylindrical-coordinate representation of color #13F0B3: hue angle of 163.44º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #13F0B3 is Cyan = 0.92, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 19 | 240 | 179 | - |
| CMYK | 0.92 | 0 | 0.25 | 0.06 |
| HSL | 163.44º | 0.88% | 0.51% | - |
| HSV(B) | 163.44º | 0.92% | 0.94% | - |
| XYZ | 39.57 | 65.71 | 53.25 | - |
| YUV | 166.97 | 134.78 | 22.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 240 | 179 | 0.92 | 0 | 0.25 | 0.06 | 163.44 | 0.88 | 0.51 |
| Hex | 13 | F0 | B3 | 5C | 0 | 19 | 6 | A3 | 58 | 33 |
| Octal | 23 | 360 | 263 | 134 | 0 | 31 | 6 | 243 | 130 | 63 |
| Binary | 10011 | 11110000 | 10110011 | 1011100 | 0 | 11001 | 110 | 10100011 | 1011000 | 110011 |
Color Harmonies of #13F0B3
Complementary color
Monochromatic Colors of #13F0B3
Black with #13F0B3
Text Example
Text Example
White with #13F0B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13F0B3; }
p { color: rgb(19,240,179); }
H1.HeaderClassName
{
color: #13F0B3;
}
.AnyTagClassName
{
color: #13F0B3;
}
</style>
background-color css
<style>
a { background-color: #13F0B3; }
a { background-color: rgb(19,240,179); }
div.DivClassName
{
background-color: #13F0B3;
}
.BgClassName
{
background-color: #13F0B3;
}
</style>
border-color css
<style>
span { border-color: #13F0B3; }
span { border-color: rgb(19,240,179); }
td.TdClassName
{
border-color: #13F0B3;
}
.TagClassName
{
border-color: #13F0B3;
}
</style>