Shades of Shamrock #30DFAA
Tints of Shamrock #30DFAA
RGB
CMYK
RGB Variations
Color information
#30DFAA (or 0x30DFAA) is known color: Shamrock. HEX triplet: 30, DF and AA. RGB value is (48,223,170). Sum of RGB (Red+Green+Blue) = 48+223+170=441 (58% of max value = 765). Red value is 48 (19.14% from 255 or 10.88% from 441); Green value is 223 (87.5% from 255 or 50.57% from 441); Blue value is 170 (66.80% from 255 or 38.55% from 441); Max value from RGB is 223 - color contains mainly: green. Hex color #30DFAA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #30DFAA is #CF2055. Grayscale: #A4A4A4. Windows color (decimal): -13574230 or 11198256. OLE color: 11198256.
HSL color Cylindrical-coordinate representation of color #30DFAA: hue angle of 161.83º 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 #30DFAA is Cyan = 0.78, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 48 | 223 | 170 | - |
| CMYK | 0.78 | 0 | 0.24 | 0.13 |
| HSL | 161.83º | 0.73% | 0.53% | - |
| HSV(B) | 161.83º | 0.78% | 0.87% | - |
| XYZ | 34.86 | 56.31 | 47.06 | - |
| YUV | 164.63 | 131.02 | 44.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 223 | 170 | 0.78 | 0 | 0.24 | 0.13 | 161.83 | 0.73 | 0.53 |
| Hex | 30 | DF | AA | 4E | 0 | 18 | D | A2 | 49 | 35 |
| Octal | 60 | 337 | 252 | 116 | 0 | 30 | 15 | 242 | 111 | 65 |
| Binary | 110000 | 11011111 | 10101010 | 1001110 | 0 | 11000 | 1101 | 10100010 | 1001001 | 110101 |
Color Harmonies of #30DFAA
Complementary color
Monochromatic Colors of #30DFAA
Black with #30DFAA
Text Example
Text Example
White with #30DFAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30DFAA; }
p { color: rgb(48,223,170); }
H1.HeaderClassName
{
color: #30DFAA;
}
.AnyTagClassName
{
color: #30DFAA;
}
</style>
background-color css
<style>
a { background-color: #30DFAA; }
a { background-color: rgb(48,223,170); }
div.DivClassName
{
background-color: #30DFAA;
}
.BgClassName
{
background-color: #30DFAA;
}
</style>
border-color css
<style>
span { border-color: #30DFAA; }
span { border-color: rgb(48,223,170); }
td.TdClassName
{
border-color: #30DFAA;
}
.TagClassName
{
border-color: #30DFAA;
}
</style>