Shades of Shamrock #30C69C
Tints of Shamrock #30C69C
RGB
CMYK
RGB Variations
Color information
#30C69C (or 0x30C69C) is known color: Shamrock. HEX triplet: 30, C6 and 9C. RGB value is (48,198,156). Sum of RGB (Red+Green+Blue) = 48+198+156=402 (53% of max value = 765). Red value is 48 (19.14% from 255 or 11.94% from 402); Green value is 198 (77.73% from 255 or 49.25% from 402); Blue value is 156 (61.33% from 255 or 38.81% from 402); Max value from RGB is 198 - color contains mainly: green. Hex color #30C69C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #30C69C is #CF3963. Grayscale: #949494. Windows color (decimal): -13580644 or 10274352. OLE color: 10274352.
HSL color Cylindrical-coordinate representation of color #30C69C: hue angle of 163.2º 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 #30C69C is Cyan = 0.76, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 48 | 198 | 156 | - |
| CMYK | 0.76 | 0 | 0.21 | 0.22 |
| HSL | 163.2º | 0.61% | 0.48% | - |
| HSV(B) | 163.2º | 0.76% | 0.78% | - |
| XYZ | 27.41 | 43.42 | 38.39 | - |
| YUV | 148.36 | 132.31 | 56.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 198 | 156 | 0.76 | 0 | 0.21 | 0.22 | 163.2 | 0.61 | 0.48 |
| Hex | 30 | C6 | 9C | 4C | 0 | 15 | 16 | A3 | 3D | 30 |
| Octal | 60 | 306 | 234 | 114 | 0 | 25 | 26 | 243 | 75 | 60 |
| Binary | 110000 | 11000110 | 10011100 | 1001100 | 0 | 10101 | 10110 | 10100011 | 111101 | 110000 |
Color Harmonies of #30C69C
Complementary color
Monochromatic Colors of #30C69C
Black with #30C69C
Text Example
Text Example
White with #30C69C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30C69C; }
p { color: rgb(48,198,156); }
H1.HeaderClassName
{
color: #30C69C;
}
.AnyTagClassName
{
color: #30C69C;
}
</style>
background-color css
<style>
a { background-color: #30C69C; }
a { background-color: rgb(48,198,156); }
div.DivClassName
{
background-color: #30C69C;
}
.BgClassName
{
background-color: #30C69C;
}
</style>
border-color css
<style>
span { border-color: #30C69C; }
span { border-color: rgb(48,198,156); }
td.TdClassName
{
border-color: #30C69C;
}
.TagClassName
{
border-color: #30C69C;
}
</style>