Shades of Shamrock #30F8AB
Tints of Shamrock #30F8AB
RGB
CMYK
RGB Variations
Color information
#30F8AB (or 0x30F8AB) is known color: Shamrock. HEX triplet: 30, F8 and AB. RGB value is (48,248,171). Sum of RGB (Red+Green+Blue) = 48+248+171=467 (61% of max value = 765). Red value is 48 (19.14% from 255 or 10.28% from 467); Green value is 248 (97.27% from 255 or 53.10% from 467); Blue value is 171 (67.19% from 255 or 36.62% from 467); Max value from RGB is 248 - color contains mainly: green. Hex color #30F8AB is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #30F8AB is #CF0754. Grayscale: #B3B3B3. Windows color (decimal): -13567829 or 11270192. OLE color: 11270192.
HSL color Cylindrical-coordinate representation of color #30F8AB: hue angle of 156.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 #30F8AB is Cyan = 0.81, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 48 | 248 | 171 | - |
| CMYK | 0.81 | 0 | 0.31 | 0.03 |
| HSL | 156.9º | 0.93% | 0.58% | - |
| HSV(B) | 156.9º | 0.81% | 0.97% | - |
| XYZ | 42.14 | 70.7 | 49.95 | - |
| YUV | 179.42 | 123.24 | 34.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 248 | 171 | 0.81 | 0 | 0.31 | 0.03 | 156.9 | 0.93 | 0.58 |
| Hex | 30 | F8 | AB | 51 | 0 | 1F | 3 | 9D | 5D | 3A |
| Octal | 60 | 370 | 253 | 121 | 0 | 37 | 3 | 235 | 135 | 72 |
| Binary | 110000 | 11111000 | 10101011 | 1010001 | 0 | 11111 | 11 | 10011101 | 1011101 | 111010 |
Color Harmonies of #30F8AB
Complementary color
Monochromatic Colors of #30F8AB
Black with #30F8AB
Text Example
Text Example
White with #30F8AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30F8AB; }
p { color: rgb(48,248,171); }
H1.HeaderClassName
{
color: #30F8AB;
}
.AnyTagClassName
{
color: #30F8AB;
}
</style>
background-color css
<style>
a { background-color: #30F8AB; }
a { background-color: rgb(48,248,171); }
div.DivClassName
{
background-color: #30F8AB;
}
.BgClassName
{
background-color: #30F8AB;
}
</style>
border-color css
<style>
span { border-color: #30F8AB; }
span { border-color: rgb(48,248,171); }
td.TdClassName
{
border-color: #30F8AB;
}
.TagClassName
{
border-color: #30F8AB;
}
</style>