Shades of Shamrock #30FBA6
Tints of Shamrock #30FBA6
RGB
CMYK
RGB Variations
Color information
#30FBA6 (or 0x30FBA6) is known color: Shamrock. HEX triplet: 30, FB and A6. RGB value is (48,251,166). Sum of RGB (Red+Green+Blue) = 48+251+166=465 (61% of max value = 765). Red value is 48 (19.14% from 255 or 10.32% from 465); Green value is 251 (98.44% from 255 or 53.98% from 465); Blue value is 166 (65.23% from 255 or 35.70% from 465); Max value from RGB is 251 - color contains mainly: green. Hex color #30FBA6 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #30FBA6 is #CF0459. Grayscale: #B4B4B4. Windows color (decimal): -13567066 or 10943280. OLE color: 10943280.
HSL color Cylindrical-coordinate representation of color #30FBA6: hue angle of 154.88º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #30FBA6 is Cyan = 0.81, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 48 | 251 | 166 | - |
| CMYK | 0.81 | 0 | 0.34 | 0.02 |
| HSL | 154.88º | 0.96% | 0.59% | - |
| HSV(B) | 154.88º | 0.81% | 0.98% | - |
| XYZ | 42.6 | 72.38 | 47.8 | - |
| YUV | 180.61 | 119.75 | 33.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 251 | 166 | 0.81 | 0 | 0.34 | 0.02 | 154.88 | 0.96 | 0.59 |
| Hex | 30 | FB | A6 | 51 | 0 | 22 | 2 | 9B | 60 | 3B |
| Octal | 60 | 373 | 246 | 121 | 0 | 42 | 2 | 233 | 140 | 73 |
| Binary | 110000 | 11111011 | 10100110 | 1010001 | 0 | 100010 | 10 | 10011011 | 1100000 | 111011 |
Color Harmonies of #30FBA6
Complementary color
Monochromatic Colors of #30FBA6
Black with #30FBA6
Text Example
Text Example
White with #30FBA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30FBA6; }
p { color: rgb(48,251,166); }
H1.HeaderClassName
{
color: #30FBA6;
}
.AnyTagClassName
{
color: #30FBA6;
}
</style>
background-color css
<style>
a { background-color: #30FBA6; }
a { background-color: rgb(48,251,166); }
div.DivClassName
{
background-color: #30FBA6;
}
.BgClassName
{
background-color: #30FBA6;
}
</style>
border-color css
<style>
span { border-color: #30FBA6; }
span { border-color: rgb(48,251,166); }
td.TdClassName
{
border-color: #30FBA6;
}
.TagClassName
{
border-color: #30FBA6;
}
</style>