Shades of Shamrock #30FAA3
Tints of Shamrock #30FAA3
RGB
CMYK
RGB Variations
Color information
#30FAA3 (or 0x30FAA3) is known color: Shamrock. HEX triplet: 30, FA and A3. RGB value is (48,250,163). Sum of RGB (Red+Green+Blue) = 48+250+163=461 (61% of max value = 765). Red value is 48 (19.14% from 255 or 10.41% from 461); Green value is 250 (98.05% from 255 or 54.23% from 461); Blue value is 163 (64.06% from 255 or 35.36% from 461); Max value from RGB is 250 - color contains mainly: green. Hex color #30FAA3 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #30FAA3 is #CF055C. Grayscale: #B3B3B3. Windows color (decimal): -13567325 or 10746416. OLE color: 10746416.
HSL color Cylindrical-coordinate representation of color #30FAA3: hue angle of 154.16º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #30FAA3 is Cyan = 0.81, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 48 | 250 | 163 | - |
| CMYK | 0.81 | 0 | 0.35 | 0.02 |
| HSL | 154.16º | 0.95% | 0.58% | - |
| HSV(B) | 154.16º | 0.81% | 0.98% | - |
| XYZ | 42.02 | 71.64 | 46.26 | - |
| YUV | 179.68 | 118.58 | 34.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 250 | 163 | 0.81 | 0 | 0.35 | 0.02 | 154.16 | 0.95 | 0.58 |
| Hex | 30 | FA | A3 | 51 | 0 | 23 | 2 | 9A | 5F | 3A |
| Octal | 60 | 372 | 243 | 121 | 0 | 43 | 2 | 232 | 137 | 72 |
| Binary | 110000 | 11111010 | 10100011 | 1010001 | 0 | 100011 | 10 | 10011010 | 1011111 | 111010 |
Color Harmonies of #30FAA3
Complementary color
Monochromatic Colors of #30FAA3
Black with #30FAA3
Text Example
Text Example
White with #30FAA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30FAA3; }
p { color: rgb(48,250,163); }
H1.HeaderClassName
{
color: #30FAA3;
}
.AnyTagClassName
{
color: #30FAA3;
}
</style>
background-color css
<style>
a { background-color: #30FAA3; }
a { background-color: rgb(48,250,163); }
div.DivClassName
{
background-color: #30FAA3;
}
.BgClassName
{
background-color: #30FAA3;
}
</style>
border-color css
<style>
span { border-color: #30FAA3; }
span { border-color: rgb(48,250,163); }
td.TdClassName
{
border-color: #30FAA3;
}
.TagClassName
{
border-color: #30FAA3;
}
</style>