Shades of Shamrock #30C69B
Tints of Shamrock #30C69B
RGB
CMYK
RGB Variations
Color information
#30C69B (or 0x30C69B) is known color: Shamrock. HEX triplet: 30, C6 and 9B. RGB value is (48,198,155). Sum of RGB (Red+Green+Blue) = 48+198+155=401 (53% of max value = 765). Red value is 48 (19.14% from 255 or 11.97% from 401); Green value is 198 (77.73% from 255 or 49.38% from 401); Blue value is 155 (60.94% from 255 or 38.65% from 401); Max value from RGB is 198 - color contains mainly: green. Hex color #30C69B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #30C69B is #CF3964. Grayscale: #949494. Windows color (decimal): -13580645 or 10208816. OLE color: 10208816.
HSL color Cylindrical-coordinate representation of color #30C69B: hue angle of 162.8º 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 #30C69B is Cyan = 0.76, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 48 | 198 | 155 | - |
| CMYK | 0.76 | 0 | 0.22 | 0.22 |
| HSL | 162.8º | 0.61% | 0.48% | - |
| HSV(B) | 162.8º | 0.76% | 0.78% | - |
| XYZ | 27.33 | 43.38 | 37.94 | - |
| YUV | 148.25 | 131.81 | 56.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 198 | 155 | 0.76 | 0 | 0.22 | 0.22 | 162.8 | 0.61 | 0.48 |
| Hex | 30 | C6 | 9B | 4C | 0 | 16 | 16 | A3 | 3D | 30 |
| Octal | 60 | 306 | 233 | 114 | 0 | 26 | 26 | 243 | 75 | 60 |
| Binary | 110000 | 11000110 | 10011011 | 1001100 | 0 | 10110 | 10110 | 10100011 | 111101 | 110000 |
Color Harmonies of #30C69B
Complementary color
Monochromatic Colors of #30C69B
Black with #30C69B
Text Example
Text Example
White with #30C69B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30C69B; }
p { color: rgb(48,198,155); }
H1.HeaderClassName
{
color: #30C69B;
}
.AnyTagClassName
{
color: #30C69B;
}
</style>
background-color css
<style>
a { background-color: #30C69B; }
a { background-color: rgb(48,198,155); }
div.DivClassName
{
background-color: #30C69B;
}
.BgClassName
{
background-color: #30C69B;
}
</style>
border-color css
<style>
span { border-color: #30C69B; }
span { border-color: rgb(48,198,155); }
td.TdClassName
{
border-color: #30C69B;
}
.TagClassName
{
border-color: #30C69B;
}
</style>