Shades of Shamrock #30F1B0
Tints of Shamrock #30F1B0
RGB
CMYK
RGB Variations
Color information
#30F1B0 (or 0x30F1B0) is known color: Shamrock. HEX triplet: 30, F1 and B0. RGB value is (48,241,176). Sum of RGB (Red+Green+Blue) = 48+241+176=465 (61% of max value = 765). Red value is 48 (19.14% from 255 or 10.32% from 465); Green value is 241 (94.53% from 255 or 51.83% from 465); Blue value is 176 (69.14% from 255 or 37.85% from 465); Max value from RGB is 241 - color contains mainly: green. Hex color #30F1B0 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #30F1B0 is #CF0E4F. Grayscale: #AFAFAF. Windows color (decimal): -13569616 or 11596080. OLE color: 11596080.
HSL color Cylindrical-coordinate representation of color #30F1B0: hue angle of 159.79º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #30F1B0 is Cyan = 0.80, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 48 | 241 | 176 | - |
| CMYK | 0.80 | 0 | 0.27 | 0.05 |
| HSL | 159.79º | 0.87% | 0.57% | - |
| HSV(B) | 159.79º | 0.8% | 0.95% | - |
| XYZ | 40.51 | 66.67 | 51.81 | - |
| YUV | 175.88 | 128.06 | 36.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 241 | 176 | 0.80 | 0 | 0.27 | 0.05 | 159.79 | 0.87 | 0.57 |
| Hex | 30 | F1 | B0 | 50 | 0 | 1B | 5 | A0 | 57 | 39 |
| Octal | 60 | 361 | 260 | 120 | 0 | 33 | 5 | 240 | 127 | 71 |
| Binary | 110000 | 11110001 | 10110000 | 1010000 | 0 | 11011 | 101 | 10100000 | 1010111 | 111001 |
Color Harmonies of #30F1B0
Complementary color
Monochromatic Colors of #30F1B0
Black with #30F1B0
Text Example
Text Example
White with #30F1B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30F1B0; }
p { color: rgb(48,241,176); }
H1.HeaderClassName
{
color: #30F1B0;
}
.AnyTagClassName
{
color: #30F1B0;
}
</style>
background-color css
<style>
a { background-color: #30F1B0; }
a { background-color: rgb(48,241,176); }
div.DivClassName
{
background-color: #30F1B0;
}
.BgClassName
{
background-color: #30F1B0;
}
</style>
border-color css
<style>
span { border-color: #30F1B0; }
span { border-color: rgb(48,241,176); }
td.TdClassName
{
border-color: #30F1B0;
}
.TagClassName
{
border-color: #30F1B0;
}
</style>