Shades of Shamrock #30D7B5
Tints of Shamrock #30D7B5
RGB
CMYK
RGB Variations
Color information
#30D7B5 (or 0x30D7B5) is known color: Shamrock. HEX triplet: 30, D7 and B5. RGB value is (48,215,181). Sum of RGB (Red+Green+Blue) = 48+215+181=444 (58% of max value = 765). Red value is 48 (19.14% from 255 or 10.81% from 444); Green value is 215 (84.38% from 255 or 48.42% from 444); Blue value is 181 (71.09% from 255 or 40.77% from 444); Max value from RGB is 215 - color contains mainly: green. Hex color #30D7B5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30D7B5 is #CF284A. Grayscale: #A1A1A1. Windows color (decimal): -13576267 or 11917104. OLE color: 11917104.
HSL color Cylindrical-coordinate representation of color #30D7B5: hue angle of 167.78º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #30D7B5 is Cyan = 0.78, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 48 | 215 | 181 | - |
| CMYK | 0.78 | 0 | 0.16 | 0.16 |
| HSL | 167.78º | 0.68% | 0.52% | - |
| HSV(B) | 167.78º | 0.78% | 0.84% | - |
| XYZ | 33.86 | 52.57 | 52.08 | - |
| YUV | 161.19 | 139.17 | 47.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 215 | 181 | 0.78 | 0 | 0.16 | 0.16 | 167.78 | 0.68 | 0.52 |
| Hex | 30 | D7 | B5 | 4E | 0 | 10 | 10 | A8 | 44 | 34 |
| Octal | 60 | 327 | 265 | 116 | 0 | 20 | 20 | 250 | 104 | 64 |
| Binary | 110000 | 11010111 | 10110101 | 1001110 | 0 | 10000 | 10000 | 10101000 | 1000100 | 110100 |
Color Harmonies of #30D7B5
Complementary color
Monochromatic Colors of #30D7B5
Black with #30D7B5
Text Example
Text Example
White with #30D7B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30D7B5; }
p { color: rgb(48,215,181); }
H1.HeaderClassName
{
color: #30D7B5;
}
.AnyTagClassName
{
color: #30D7B5;
}
</style>
background-color css
<style>
a { background-color: #30D7B5; }
a { background-color: rgb(48,215,181); }
div.DivClassName
{
background-color: #30D7B5;
}
.BgClassName
{
background-color: #30D7B5;
}
</style>
border-color css
<style>
span { border-color: #30D7B5; }
span { border-color: rgb(48,215,181); }
td.TdClassName
{
border-color: #30D7B5;
}
.TagClassName
{
border-color: #30D7B5;
}
</style>