Shades of Shamrock #30E69D
Tints of Shamrock #30E69D
RGB
CMYK
RGB Variations
Color information
#30E69D (or 0x30E69D) is known color: Shamrock. HEX triplet: 30, E6 and 9D. RGB value is (48,230,157). Sum of RGB (Red+Green+Blue) = 48+230+157=435 (57% of max value = 765). Red value is 48 (19.14% from 255 or 11.03% from 435); Green value is 230 (90.23% from 255 or 52.87% from 435); Blue value is 157 (61.72% from 255 or 36.09% from 435); Max value from RGB is 230 - color contains mainly: green. Hex color #30E69D is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #30E69D is #CF1962. Grayscale: #A7A7A7. Windows color (decimal): -13572451 or 10348080. OLE color: 10348080.
HSL color Cylindrical-coordinate representation of color #30E69D: hue angle of 155.93º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #30E69D is Cyan = 0.79, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 48 | 230 | 157 | - |
| CMYK | 0.79 | 0 | 0.32 | 0.10 |
| HSL | 155.93º | 0.78% | 0.55% | - |
| HSV(B) | 155.93º | 0.79% | 0.9% | - |
| XYZ | 35.6 | 59.66 | 41.54 | - |
| YUV | 167.26 | 122.2 | 42.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 230 | 157 | 0.79 | 0 | 0.32 | 0.10 | 155.93 | 0.78 | 0.55 |
| Hex | 30 | E6 | 9D | 4F | 0 | 20 | A | 9C | 4E | 37 |
| Octal | 60 | 346 | 235 | 117 | 0 | 40 | 12 | 234 | 116 | 67 |
| Binary | 110000 | 11100110 | 10011101 | 1001111 | 0 | 100000 | 1010 | 10011100 | 1001110 | 110111 |
Color Harmonies of #30E69D
Complementary color
Monochromatic Colors of #30E69D
Black with #30E69D
Text Example
Text Example
White with #30E69D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30E69D; }
p { color: rgb(48,230,157); }
H1.HeaderClassName
{
color: #30E69D;
}
.AnyTagClassName
{
color: #30E69D;
}
</style>
background-color css
<style>
a { background-color: #30E69D; }
a { background-color: rgb(48,230,157); }
div.DivClassName
{
background-color: #30E69D;
}
.BgClassName
{
background-color: #30E69D;
}
</style>
border-color css
<style>
span { border-color: #30E69D; }
span { border-color: rgb(48,230,157); }
td.TdClassName
{
border-color: #30E69D;
}
.TagClassName
{
border-color: #30E69D;
}
</style>