Shades of Shamrock #30DEA8
Tints of Shamrock #30DEA8
RGB
CMYK
RGB Variations
Color information
#30DEA8 (or 0x30DEA8) is known color: Shamrock. HEX triplet: 30, DE and A8. RGB value is (48,222,168). Sum of RGB (Red+Green+Blue) = 48+222+168=438 (58% of max value = 765). Red value is 48 (19.14% from 255 or 10.96% from 438); Green value is 222 (87.11% from 255 or 50.68% from 438); Blue value is 168 (66.02% from 255 or 38.36% from 438); Max value from RGB is 222 - color contains mainly: green. Hex color #30DEA8 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #30DEA8 is #CF2157. Grayscale: #A3A3A3. Windows color (decimal): -13574488 or 11066928. OLE color: 11066928.
HSL color Cylindrical-coordinate representation of color #30DEA8: hue angle of 161.38º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #30DEA8 is Cyan = 0.78, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 48 | 222 | 168 | - |
| CMYK | 0.78 | 0 | 0.24 | 0.13 |
| HSL | 161.38º | 0.73% | 0.53% | - |
| HSV(B) | 161.38º | 0.78% | 0.87% | - |
| XYZ | 34.41 | 55.7 | 45.98 | - |
| YUV | 163.82 | 130.35 | 45.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 222 | 168 | 0.78 | 0 | 0.24 | 0.13 | 161.38 | 0.73 | 0.53 |
| Hex | 30 | DE | A8 | 4E | 0 | 18 | D | A1 | 48 | 35 |
| Octal | 60 | 336 | 250 | 116 | 0 | 30 | 15 | 241 | 110 | 65 |
| Binary | 110000 | 11011110 | 10101000 | 1001110 | 0 | 11000 | 1101 | 10100001 | 1001000 | 110101 |
Color Harmonies of #30DEA8
Complementary color
Monochromatic Colors of #30DEA8
Black with #30DEA8
Text Example
Text Example
White with #30DEA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30DEA8; }
p { color: rgb(48,222,168); }
H1.HeaderClassName
{
color: #30DEA8;
}
.AnyTagClassName
{
color: #30DEA8;
}
</style>
background-color css
<style>
a { background-color: #30DEA8; }
a { background-color: rgb(48,222,168); }
div.DivClassName
{
background-color: #30DEA8;
}
.BgClassName
{
background-color: #30DEA8;
}
</style>
border-color css
<style>
span { border-color: #30DEA8; }
span { border-color: rgb(48,222,168); }
td.TdClassName
{
border-color: #30DEA8;
}
.TagClassName
{
border-color: #30DEA8;
}
</style>