Shades of Shamrock #30CCAA
Tints of Shamrock #30CCAA
RGB
CMYK
RGB Variations
Color information
#30CCAA (or 0x30CCAA) is known color: Shamrock. HEX triplet: 30, CC and AA. RGB value is (48,204,170). Sum of RGB (Red+Green+Blue) = 48+204+170=422 (55% of max value = 765). Red value is 48 (19.14% from 255 or 11.37% from 422); Green value is 204 (80.08% from 255 or 48.34% from 422); Blue value is 170 (66.80% from 255 or 40.28% from 422); Max value from RGB is 204 - color contains mainly: green. Hex color #30CCAA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #30CCAA is #CF3355. Grayscale: #999999. Windows color (decimal): -13579094 or 11193392. OLE color: 11193392.
HSL color Cylindrical-coordinate representation of color #30CCAA: hue angle of 166.92º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #30CCAA is Cyan = 0.76, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 48 | 204 | 170 | - |
| CMYK | 0.76 | 0 | 0.17 | 0.2 |
| HSL | 166.92º | 0.62% | 0.49% | - |
| HSV(B) | 166.92º | 0.76% | 0.8% | - |
| XYZ | 30.07 | 46.72 | 45.46 | - |
| YUV | 153.48 | 137.32 | 52.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 204 | 170 | 0.76 | 0 | 0.17 | 0.2 | 166.92 | 0.62 | 0.49 |
| Hex | 30 | CC | AA | 4C | 0 | 11 | 14 | A7 | 3E | 31 |
| Octal | 60 | 314 | 252 | 114 | 0 | 21 | 24 | 247 | 76 | 61 |
| Binary | 110000 | 11001100 | 10101010 | 1001100 | 0 | 10001 | 10100 | 10100111 | 111110 | 110001 |
Color Harmonies of #30CCAA
Complementary color
Monochromatic Colors of #30CCAA
Black with #30CCAA
Text Example
Text Example
White with #30CCAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30CCAA; }
p { color: rgb(48,204,170); }
H1.HeaderClassName
{
color: #30CCAA;
}
.AnyTagClassName
{
color: #30CCAA;
}
</style>
background-color css
<style>
a { background-color: #30CCAA; }
a { background-color: rgb(48,204,170); }
div.DivClassName
{
background-color: #30CCAA;
}
.BgClassName
{
background-color: #30CCAA;
}
</style>
border-color css
<style>
span { border-color: #30CCAA; }
span { border-color: rgb(48,204,170); }
td.TdClassName
{
border-color: #30CCAA;
}
.TagClassName
{
border-color: #30CCAA;
}
</style>