Shades of Shamrock #30C99E
Tints of Shamrock #30C99E
RGB
CMYK
RGB Variations
Color information
#30C99E (or 0x30C99E) is known color: Shamrock. HEX triplet: 30, C9 and 9E. RGB value is (48,201,158). Sum of RGB (Red+Green+Blue) = 48+201+158=407 (53% of max value = 765). Red value is 48 (19.14% from 255 or 11.79% from 407); Green value is 201 (78.91% from 255 or 49.39% from 407); Blue value is 158 (62.11% from 255 or 38.82% from 407); Max value from RGB is 201 - color contains mainly: green. Hex color #30C99E is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #30C99E is #CF3661. Grayscale: #969696. Windows color (decimal): -13579874 or 10406192. OLE color: 10406192.
HSL color Cylindrical-coordinate representation of color #30C99E: hue angle of 163.14º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #30C99E is Cyan = 0.76, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 48 | 201 | 158 | - |
| CMYK | 0.76 | 0 | 0.21 | 0.21 |
| HSL | 163.14º | 0.61% | 0.49% | - |
| HSV(B) | 163.14º | 0.76% | 0.79% | - |
| XYZ | 28.28 | 44.87 | 39.52 | - |
| YUV | 150.35 | 132.31 | 55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 201 | 158 | 0.76 | 0 | 0.21 | 0.21 | 163.14 | 0.61 | 0.49 |
| Hex | 30 | C9 | 9E | 4C | 0 | 15 | 15 | A3 | 3D | 31 |
| Octal | 60 | 311 | 236 | 114 | 0 | 25 | 25 | 243 | 75 | 61 |
| Binary | 110000 | 11001001 | 10011110 | 1001100 | 0 | 10101 | 10101 | 10100011 | 111101 | 110001 |
Color Harmonies of #30C99E
Complementary color
Monochromatic Colors of #30C99E
Black with #30C99E
Text Example
Text Example
White with #30C99E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30C99E; }
p { color: rgb(48,201,158); }
H1.HeaderClassName
{
color: #30C99E;
}
.AnyTagClassName
{
color: #30C99E;
}
</style>
background-color css
<style>
a { background-color: #30C99E; }
a { background-color: rgb(48,201,158); }
div.DivClassName
{
background-color: #30C99E;
}
.BgClassName
{
background-color: #30C99E;
}
</style>
border-color css
<style>
span { border-color: #30C99E; }
span { border-color: rgb(48,201,158); }
td.TdClassName
{
border-color: #30C99E;
}
.TagClassName
{
border-color: #30C99E;
}
</style>