Shades of Shamrock #30E3AF
Tints of Shamrock #30E3AF
RGB
CMYK
RGB Variations
Color information
#30E3AF (or 0x30E3AF) is known color: Shamrock. HEX triplet: 30, E3 and AF. RGB value is (48,227,175). Sum of RGB (Red+Green+Blue) = 48+227+175=450 (59% of max value = 765). Red value is 48 (19.14% from 255 or 10.67% from 450); Green value is 227 (89.06% from 255 or 50.44% from 450); Blue value is 175 (68.75% from 255 or 38.89% from 450); Max value from RGB is 227 - color contains mainly: green. Hex color #30E3AF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #30E3AF is #CF1C50. Grayscale: #A7A7A7. Windows color (decimal): -13573201 or 11526960. OLE color: 11526960.
HSL color Cylindrical-coordinate representation of color #30E3AF: hue angle of 162.57º degrees, saturation: 0.76, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #30E3AF is Cyan = 0.79, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 48 | 227 | 175 | - |
| CMYK | 0.79 | 0 | 0.23 | 0.11 |
| HSL | 162.57º | 0.76% | 0.54% | - |
| HSV(B) | 162.57º | 0.79% | 0.89% | - |
| XYZ | 36.43 | 58.66 | 49.96 | - |
| YUV | 167.55 | 132.2 | 42.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 227 | 175 | 0.79 | 0 | 0.23 | 0.11 | 162.57 | 0.76 | 0.54 |
| Hex | 30 | E3 | AF | 4F | 0 | 17 | B | A3 | 4C | 36 |
| Octal | 60 | 343 | 257 | 117 | 0 | 27 | 13 | 243 | 114 | 66 |
| Binary | 110000 | 11100011 | 10101111 | 1001111 | 0 | 10111 | 1011 | 10100011 | 1001100 | 110110 |
Color Harmonies of #30E3AF
Complementary color
Monochromatic Colors of #30E3AF
Black with #30E3AF
Text Example
Text Example
White with #30E3AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30E3AF; }
p { color: rgb(48,227,175); }
H1.HeaderClassName
{
color: #30E3AF;
}
.AnyTagClassName
{
color: #30E3AF;
}
</style>
background-color css
<style>
a { background-color: #30E3AF; }
a { background-color: rgb(48,227,175); }
div.DivClassName
{
background-color: #30E3AF;
}
.BgClassName
{
background-color: #30E3AF;
}
</style>
border-color css
<style>
span { border-color: #30E3AF; }
span { border-color: rgb(48,227,175); }
td.TdClassName
{
border-color: #30E3AF;
}
.TagClassName
{
border-color: #30E3AF;
}
</style>