Shades of Shamrock #30EEA2
Tints of Shamrock #30EEA2
RGB
CMYK
RGB Variations
Color information
#30EEA2 (or 0x30EEA2) is known color: Shamrock. HEX triplet: 30, EE and A2. RGB value is (48,238,162). Sum of RGB (Red+Green+Blue) = 48+238+162=448 (59% of max value = 765). Red value is 48 (19.14% from 255 or 10.71% from 448); Green value is 238 (93.36% from 255 or 53.12% from 448); Blue value is 162 (63.67% from 255 or 36.16% from 448); Max value from RGB is 238 - color contains mainly: green. Hex color #30EEA2 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #30EEA2 is #CF115D. Grayscale: #ACACAC. Windows color (decimal): -13570398 or 10677808. OLE color: 10677808.
HSL color Cylindrical-coordinate representation of color #30EEA2: hue angle of 156º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #30EEA2 is Cyan = 0.80, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 48 | 238 | 162 | - |
| CMYK | 0.80 | 0 | 0.32 | 0.07 |
| HSL | 156º | 0.85% | 0.56% | - |
| HSV(B) | 156º | 0.8% | 0.93% | - |
| XYZ | 38.32 | 64.39 | 44.59 | - |
| YUV | 172.53 | 122.05 | 39.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 238 | 162 | 0.80 | 0 | 0.32 | 0.07 | 156 | 0.85 | 0.56 |
| Hex | 30 | EE | A2 | 50 | 0 | 20 | 7 | 9C | 55 | 38 |
| Octal | 60 | 356 | 242 | 120 | 0 | 40 | 7 | 234 | 125 | 70 |
| Binary | 110000 | 11101110 | 10100010 | 1010000 | 0 | 100000 | 111 | 10011100 | 1010101 | 111000 |
Color Harmonies of #30EEA2
Complementary color
Monochromatic Colors of #30EEA2
Black with #30EEA2
Text Example
Text Example
White with #30EEA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30EEA2; }
p { color: rgb(48,238,162); }
H1.HeaderClassName
{
color: #30EEA2;
}
.AnyTagClassName
{
color: #30EEA2;
}
</style>
background-color css
<style>
a { background-color: #30EEA2; }
a { background-color: rgb(48,238,162); }
div.DivClassName
{
background-color: #30EEA2;
}
.BgClassName
{
background-color: #30EEA2;
}
</style>
border-color css
<style>
span { border-color: #30EEA2; }
span { border-color: rgb(48,238,162); }
td.TdClassName
{
border-color: #30EEA2;
}
.TagClassName
{
border-color: #30EEA2;
}
</style>