Shades of Shamrock #30D09B
Tints of Shamrock #30D09B
RGB
CMYK
RGB Variations
Color information
#30D09B (or 0x30D09B) is known color: Shamrock. HEX triplet: 30, D0 and 9B. RGB value is (48,208,155). Sum of RGB (Red+Green+Blue) = 48+208+155=411 (54% of max value = 765). Red value is 48 (19.14% from 255 or 11.68% from 411); Green value is 208 (81.64% from 255 or 50.61% from 411); Blue value is 155 (60.94% from 255 or 37.71% from 411); Max value from RGB is 208 - color contains mainly: green. Hex color #30D09B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #30D09B is #CF2F64. Grayscale: #9A9A9A. Windows color (decimal): -13578085 or 10211376. OLE color: 10211376.
HSL color Cylindrical-coordinate representation of color #30D09B: hue angle of 160.12º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #30D09B is Cyan = 0.77, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 48 | 208 | 155 | - |
| CMYK | 0.77 | 0 | 0.25 | 0.18 |
| HSL | 160.13º | 0.63% | 0.5% | - |
| HSV(B) | 160.13º | 0.77% | 0.82% | - |
| XYZ | 29.69 | 48.11 | 38.73 | - |
| YUV | 154.12 | 128.49 | 52.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 208 | 155 | 0.77 | 0 | 0.25 | 0.18 | 160.13 | 0.63 | 0.5 |
| Hex | 30 | D0 | 9B | 4D | 0 | 19 | 12 | A0 | 3F | 32 |
| Octal | 60 | 320 | 233 | 115 | 0 | 31 | 22 | 240 | 77 | 62 |
| Binary | 110000 | 11010000 | 10011011 | 1001101 | 0 | 11001 | 10010 | 10100000 | 111111 | 110010 |
Color Harmonies of #30D09B
Complementary color
Monochromatic Colors of #30D09B
Black with #30D09B
Text Example
Text Example
White with #30D09B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30D09B; }
p { color: rgb(48,208,155); }
H1.HeaderClassName
{
color: #30D09B;
}
.AnyTagClassName
{
color: #30D09B;
}
</style>
background-color css
<style>
a { background-color: #30D09B; }
a { background-color: rgb(48,208,155); }
div.DivClassName
{
background-color: #30D09B;
}
.BgClassName
{
background-color: #30D09B;
}
</style>
border-color css
<style>
span { border-color: #30D09B; }
span { border-color: rgb(48,208,155); }
td.TdClassName
{
border-color: #30D09B;
}
.TagClassName
{
border-color: #30D09B;
}
</style>