Shades of Shamrock #30EEA1
Tints of Shamrock #30EEA1
RGB
CMYK
RGB Variations
Color information
#30EEA1 (or 0x30EEA1) is known color: Shamrock. HEX triplet: 30, EE and A1. RGB value is (48,238,161). Sum of RGB (Red+Green+Blue) = 48+238+161=447 (59% of max value = 765). Red value is 48 (19.14% from 255 or 10.74% from 447); Green value is 238 (93.36% from 255 or 53.24% from 447); Blue value is 161 (63.28% from 255 or 36.02% from 447); Max value from RGB is 238 - color contains mainly: green. Hex color #30EEA1 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #30EEA1 is #CF115E. Grayscale: #ACACAC. Windows color (decimal): -13570399 or 10612272. OLE color: 10612272.
HSL color Cylindrical-coordinate representation of color #30EEA1: hue angle of 155.68º 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 #30EEA1 is Cyan = 0.80, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 48 | 238 | 161 | - |
| CMYK | 0.80 | 0 | 0.32 | 0.07 |
| HSL | 155.68º | 0.85% | 0.56% | - |
| HSV(B) | 155.68º | 0.8% | 0.93% | - |
| XYZ | 38.23 | 64.35 | 44.12 | - |
| YUV | 172.41 | 121.55 | 39.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 238 | 161 | 0.80 | 0 | 0.32 | 0.07 | 155.68 | 0.85 | 0.56 |
| Hex | 30 | EE | A1 | 50 | 0 | 20 | 7 | 9C | 55 | 38 |
| Octal | 60 | 356 | 241 | 120 | 0 | 40 | 7 | 234 | 125 | 70 |
| Binary | 110000 | 11101110 | 10100001 | 1010000 | 0 | 100000 | 111 | 10011100 | 1010101 | 111000 |
Color Harmonies of #30EEA1
Complementary color
Monochromatic Colors of #30EEA1
Black with #30EEA1
Text Example
Text Example
White with #30EEA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30EEA1; }
p { color: rgb(48,238,161); }
H1.HeaderClassName
{
color: #30EEA1;
}
.AnyTagClassName
{
color: #30EEA1;
}
</style>
background-color css
<style>
a { background-color: #30EEA1; }
a { background-color: rgb(48,238,161); }
div.DivClassName
{
background-color: #30EEA1;
}
.BgClassName
{
background-color: #30EEA1;
}
</style>
border-color css
<style>
span { border-color: #30EEA1; }
span { border-color: rgb(48,238,161); }
td.TdClassName
{
border-color: #30EEA1;
}
.TagClassName
{
border-color: #30EEA1;
}
</style>