Shades of Shamrock #30F8A1
Tints of Shamrock #30F8A1
RGB
CMYK
RGB Variations
Color information
#30F8A1 (or 0x30F8A1) is known color: Shamrock. HEX triplet: 30, F8 and A1. RGB value is (48,248,161). Sum of RGB (Red+Green+Blue) = 48+248+161=457 (60% of max value = 765). Red value is 48 (19.14% from 255 or 10.50% from 457); Green value is 248 (97.27% from 255 or 54.27% from 457); Blue value is 161 (63.28% from 255 or 35.23% from 457); Max value from RGB is 248 - color contains mainly: green. Hex color #30F8A1 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #30F8A1 is #CF075E. Grayscale: #B2B2B2. Windows color (decimal): -13567839 or 10614832. OLE color: 10614832.
HSL color Cylindrical-coordinate representation of color #30F8A1: hue angle of 153.9º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #30F8A1 is Cyan = 0.81, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 48 | 248 | 161 | - |
| CMYK | 0.81 | 0 | 0.35 | 0.03 |
| HSL | 153.9º | 0.93% | 0.58% | - |
| HSV(B) | 153.9º | 0.81% | 0.97% | - |
| XYZ | 41.22 | 70.34 | 45.12 | - |
| YUV | 178.28 | 118.24 | 35.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 248 | 161 | 0.81 | 0 | 0.35 | 0.03 | 153.9 | 0.93 | 0.58 |
| Hex | 30 | F8 | A1 | 51 | 0 | 23 | 3 | 9A | 5D | 3A |
| Octal | 60 | 370 | 241 | 121 | 0 | 43 | 3 | 232 | 135 | 72 |
| Binary | 110000 | 11111000 | 10100001 | 1010001 | 0 | 100011 | 11 | 10011010 | 1011101 | 111010 |
Color Harmonies of #30F8A1
Complementary color
Monochromatic Colors of #30F8A1
Black with #30F8A1
Text Example
Text Example
White with #30F8A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30F8A1; }
p { color: rgb(48,248,161); }
H1.HeaderClassName
{
color: #30F8A1;
}
.AnyTagClassName
{
color: #30F8A1;
}
</style>
background-color css
<style>
a { background-color: #30F8A1; }
a { background-color: rgb(48,248,161); }
div.DivClassName
{
background-color: #30F8A1;
}
.BgClassName
{
background-color: #30F8A1;
}
</style>
border-color css
<style>
span { border-color: #30F8A1; }
span { border-color: rgb(48,248,161); }
td.TdClassName
{
border-color: #30F8A1;
}
.TagClassName
{
border-color: #30F8A1;
}
</style>