Shades of Shamrock #30CE97
Tints of Shamrock #30CE97
RGB
CMYK
RGB Variations
Color information
#30CE97 (or 0x30CE97) is known color: Shamrock. HEX triplet: 30, CE and 97. RGB value is (48,206,151). Sum of RGB (Red+Green+Blue) = 48+206+151=405 (53% of max value = 765). Red value is 48 (19.14% from 255 or 11.85% from 405); Green value is 206 (80.86% from 255 or 50.86% from 405); Blue value is 151 (59.38% from 255 or 37.28% from 405); Max value from RGB is 206 - color contains mainly: green. Hex color #30CE97 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #30CE97 is #CF3168. Grayscale: #989898. Windows color (decimal): -13578601 or 9948720. OLE color: 9948720.
HSL color Cylindrical-coordinate representation of color #30CE97: hue angle of 159.11º 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 #30CE97 is Cyan = 0.77, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 48 | 206 | 151 | - |
| CMYK | 0.77 | 0 | 0.27 | 0.19 |
| HSL | 159.11º | 0.62% | 0.5% | - |
| HSV(B) | 159.11º | 0.77% | 0.81% | - |
| XYZ | 28.88 | 47.01 | 36.83 | - |
| YUV | 152.49 | 127.15 | 53.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 206 | 151 | 0.77 | 0 | 0.27 | 0.19 | 159.11 | 0.62 | 0.5 |
| Hex | 30 | CE | 97 | 4D | 0 | 1B | 13 | 9F | 3E | 32 |
| Octal | 60 | 316 | 227 | 115 | 0 | 33 | 23 | 237 | 76 | 62 |
| Binary | 110000 | 11001110 | 10010111 | 1001101 | 0 | 11011 | 10011 | 10011111 | 111110 | 110010 |
Color Harmonies of #30CE97
Complementary color
Monochromatic Colors of #30CE97
Black with #30CE97
Text Example
Text Example
White with #30CE97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30CE97; }
p { color: rgb(48,206,151); }
H1.HeaderClassName
{
color: #30CE97;
}
.AnyTagClassName
{
color: #30CE97;
}
</style>
background-color css
<style>
a { background-color: #30CE97; }
a { background-color: rgb(48,206,151); }
div.DivClassName
{
background-color: #30CE97;
}
.BgClassName
{
background-color: #30CE97;
}
</style>
border-color css
<style>
span { border-color: #30CE97; }
span { border-color: rgb(48,206,151); }
td.TdClassName
{
border-color: #30CE97;
}
.TagClassName
{
border-color: #30CE97;
}
</style>