Shades of Shamrock #30CCA8
Tints of Shamrock #30CCA8
RGB
CMYK
RGB Variations
Color information
#30CCA8 (or 0x30CCA8) is known color: Shamrock. HEX triplet: 30, CC and A8. RGB value is (48,204,168). Sum of RGB (Red+Green+Blue) = 48+204+168=420 (55% of max value = 765). Red value is 48 (19.14% from 255 or 11.43% from 420); Green value is 204 (80.08% from 255 or 48.57% from 420); Blue value is 168 (66.02% from 255 or 40% from 420); Max value from RGB is 204 - color contains mainly: green. Hex color #30CCA8 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #30CCA8 is #CF3357. Grayscale: #999999. Windows color (decimal): -13579096 or 11062320. OLE color: 11062320.
HSL color Cylindrical-coordinate representation of color #30CCA8: hue angle of 166.15º 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 #30CCA8 is Cyan = 0.76, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 48 | 204 | 168 | - |
| CMYK | 0.76 | 0 | 0.18 | 0.2 |
| HSL | 166.15º | 0.62% | 0.49% | - |
| HSV(B) | 166.15º | 0.76% | 0.8% | - |
| XYZ | 29.88 | 46.64 | 44.47 | - |
| YUV | 153.25 | 136.32 | 52.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 204 | 168 | 0.76 | 0 | 0.18 | 0.2 | 166.15 | 0.62 | 0.49 |
| Hex | 30 | CC | A8 | 4C | 0 | 12 | 14 | A6 | 3E | 31 |
| Octal | 60 | 314 | 250 | 114 | 0 | 22 | 24 | 246 | 76 | 61 |
| Binary | 110000 | 11001100 | 10101000 | 1001100 | 0 | 10010 | 10100 | 10100110 | 111110 | 110001 |
Color Harmonies of #30CCA8
Complementary color
Monochromatic Colors of #30CCA8
Black with #30CCA8
Text Example
Text Example
White with #30CCA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30CCA8; }
p { color: rgb(48,204,168); }
H1.HeaderClassName
{
color: #30CCA8;
}
.AnyTagClassName
{
color: #30CCA8;
}
</style>
background-color css
<style>
a { background-color: #30CCA8; }
a { background-color: rgb(48,204,168); }
div.DivClassName
{
background-color: #30CCA8;
}
.BgClassName
{
background-color: #30CCA8;
}
</style>
border-color css
<style>
span { border-color: #30CCA8; }
span { border-color: rgb(48,204,168); }
td.TdClassName
{
border-color: #30CCA8;
}
.TagClassName
{
border-color: #30CCA8;
}
</style>