Shades of Shamrock #30CE9C
Tints of Shamrock #30CE9C
RGB
CMYK
RGB Variations
Color information
#30CE9C (or 0x30CE9C) is known color: Shamrock. HEX triplet: 30, CE and 9C. RGB value is (48,206,156). Sum of RGB (Red+Green+Blue) = 48+206+156=410 (54% of max value = 765). Red value is 48 (19.14% from 255 or 11.71% from 410); Green value is 206 (80.86% from 255 or 50.24% from 410); Blue value is 156 (61.33% from 255 or 38.05% from 410); Max value from RGB is 206 - color contains mainly: green. Hex color #30CE9C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #30CE9C is #CF3163. Grayscale: #999999. Windows color (decimal): -13578596 or 10276400. OLE color: 10276400.
HSL color Cylindrical-coordinate representation of color #30CE9C: hue angle of 161.01º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #30CE9C is Cyan = 0.77, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 48 | 206 | 156 | - |
| CMYK | 0.77 | 0 | 0.24 | 0.19 |
| HSL | 161.01º | 0.62% | 0.5% | - |
| HSV(B) | 161.01º | 0.77% | 0.81% | - |
| XYZ | 29.29 | 47.17 | 39.01 | - |
| YUV | 153.06 | 129.65 | 53.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 206 | 156 | 0.77 | 0 | 0.24 | 0.19 | 161.01 | 0.62 | 0.5 |
| Hex | 30 | CE | 9C | 4D | 0 | 18 | 13 | A1 | 3E | 32 |
| Octal | 60 | 316 | 234 | 115 | 0 | 30 | 23 | 241 | 76 | 62 |
| Binary | 110000 | 11001110 | 10011100 | 1001101 | 0 | 11000 | 10011 | 10100001 | 111110 | 110010 |
Color Harmonies of #30CE9C
Complementary color
Monochromatic Colors of #30CE9C
Black with #30CE9C
Text Example
Text Example
White with #30CE9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30CE9C; }
p { color: rgb(48,206,156); }
H1.HeaderClassName
{
color: #30CE9C;
}
.AnyTagClassName
{
color: #30CE9C;
}
</style>
background-color css
<style>
a { background-color: #30CE9C; }
a { background-color: rgb(48,206,156); }
div.DivClassName
{
background-color: #30CE9C;
}
.BgClassName
{
background-color: #30CE9C;
}
</style>
border-color css
<style>
span { border-color: #30CE9C; }
span { border-color: rgb(48,206,156); }
td.TdClassName
{
border-color: #30CE9C;
}
.TagClassName
{
border-color: #30CE9C;
}
</style>