Shades of Shamrock #30E7B2
Tints of Shamrock #30E7B2
RGB
CMYK
RGB Variations
Color information
#30E7B2 (or 0x30E7B2) is known color: Shamrock. HEX triplet: 30, E7 and B2. RGB value is (48,231,178). Sum of RGB (Red+Green+Blue) = 48+231+178=457 (60% of max value = 765). Red value is 48 (19.14% from 255 or 10.50% from 457); Green value is 231 (90.62% from 255 or 50.55% from 457); Blue value is 178 (69.92% from 255 or 38.95% from 457); Max value from RGB is 231 - color contains mainly: green. Hex color #30E7B2 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #30E7B2 is #CF184D. Grayscale: #AAAAAA. Windows color (decimal): -13572174 or 11724592. OLE color: 11724592.
HSL color Cylindrical-coordinate representation of color #30E7B2: hue angle of 162.62º degrees, saturation: 0.79, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #30E7B2 is Cyan = 0.79, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 48 | 231 | 178 | - |
| CMYK | 0.79 | 0 | 0.23 | 0.09 |
| HSL | 162.62º | 0.79% | 0.55% | - |
| HSV(B) | 162.62º | 0.79% | 0.91% | - |
| XYZ | 37.83 | 60.99 | 51.9 | - |
| YUV | 170.24 | 132.37 | 40.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 231 | 178 | 0.79 | 0 | 0.23 | 0.09 | 162.62 | 0.79 | 0.55 |
| Hex | 30 | E7 | B2 | 4F | 0 | 17 | 9 | A3 | 4F | 37 |
| Octal | 60 | 347 | 262 | 117 | 0 | 27 | 11 | 243 | 117 | 67 |
| Binary | 110000 | 11100111 | 10110010 | 1001111 | 0 | 10111 | 1001 | 10100011 | 1001111 | 110111 |
Color Harmonies of #30E7B2
Complementary color
Monochromatic Colors of #30E7B2
Black with #30E7B2
Text Example
Text Example
White with #30E7B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30E7B2; }
p { color: rgb(48,231,178); }
H1.HeaderClassName
{
color: #30E7B2;
}
.AnyTagClassName
{
color: #30E7B2;
}
</style>
background-color css
<style>
a { background-color: #30E7B2; }
a { background-color: rgb(48,231,178); }
div.DivClassName
{
background-color: #30E7B2;
}
.BgClassName
{
background-color: #30E7B2;
}
</style>
border-color css
<style>
span { border-color: #30E7B2; }
span { border-color: rgb(48,231,178); }
td.TdClassName
{
border-color: #30E7B2;
}
.TagClassName
{
border-color: #30E7B2;
}
</style>