Shades of Shamrock #30C7AD
Tints of Shamrock #30C7AD
RGB
CMYK
RGB Variations
Color information
#30C7AD (or 0x30C7AD) is known color: Shamrock. HEX triplet: 30, C7 and AD. RGB value is (48,199,173). Sum of RGB (Red+Green+Blue) = 48+199+173=420 (55% of max value = 765). Red value is 48 (19.14% from 255 or 11.43% from 420); Green value is 199 (78.12% from 255 or 47.38% from 420); Blue value is 173 (67.97% from 255 or 41.19% from 420); Max value from RGB is 199 - color contains mainly: green. Hex color #30C7AD is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #30C7AD is #CF3852. Grayscale: #969696. Windows color (decimal): -13580371 or 11388720. OLE color: 11388720.
HSL color Cylindrical-coordinate representation of color #30C7AD: hue angle of 169.67º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #30C7AD is Cyan = 0.76, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 48 | 199 | 173 | - |
| CMYK | 0.76 | 0 | 0.13 | 0.22 |
| HSL | 169.67º | 0.61% | 0.48% | - |
| HSV(B) | 169.67º | 0.76% | 0.78% | - |
| XYZ | 29.19 | 44.49 | 46.58 | - |
| YUV | 150.89 | 140.47 | 54.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 199 | 173 | 0.76 | 0 | 0.13 | 0.22 | 169.67 | 0.61 | 0.48 |
| Hex | 30 | C7 | AD | 4C | 0 | D | 16 | AA | 3D | 30 |
| Octal | 60 | 307 | 255 | 114 | 0 | 15 | 26 | 252 | 75 | 60 |
| Binary | 110000 | 11000111 | 10101101 | 1001100 | 0 | 1101 | 10110 | 10101010 | 111101 | 110000 |
Color Harmonies of #30C7AD
Complementary color
Monochromatic Colors of #30C7AD
Black with #30C7AD
Text Example
Text Example
White with #30C7AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30C7AD; }
p { color: rgb(48,199,173); }
H1.HeaderClassName
{
color: #30C7AD;
}
.AnyTagClassName
{
color: #30C7AD;
}
</style>
background-color css
<style>
a { background-color: #30C7AD; }
a { background-color: rgb(48,199,173); }
div.DivClassName
{
background-color: #30C7AD;
}
.BgClassName
{
background-color: #30C7AD;
}
</style>
border-color css
<style>
span { border-color: #30C7AD; }
span { border-color: rgb(48,199,173); }
td.TdClassName
{
border-color: #30C7AD;
}
.TagClassName
{
border-color: #30C7AD;
}
</style>