Shades of Shamrock #30D7B3
Tints of Shamrock #30D7B3
RGB
CMYK
RGB Variations
Color information
#30D7B3 (or 0x30D7B3) is known color: Shamrock. HEX triplet: 30, D7 and B3. RGB value is (48,215,179). Sum of RGB (Red+Green+Blue) = 48+215+179=442 (58% of max value = 765). Red value is 48 (19.14% from 255 or 10.86% from 442); Green value is 215 (84.38% from 255 or 48.64% from 442); Blue value is 179 (70.31% from 255 or 40.50% from 442); Max value from RGB is 215 - color contains mainly: green. Hex color #30D7B3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30D7B3 is #CF284C. Grayscale: #A0A0A0. Windows color (decimal): -13576269 or 11786032. OLE color: 11786032.
HSL color Cylindrical-coordinate representation of color #30D7B3: hue angle of 167.07º 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 #30D7B3 is Cyan = 0.78, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 48 | 215 | 179 | - |
| CMYK | 0.78 | 0 | 0.17 | 0.16 |
| HSL | 167.07º | 0.68% | 0.52% | - |
| HSV(B) | 167.07º | 0.78% | 0.84% | - |
| XYZ | 33.66 | 52.48 | 51 | - |
| YUV | 160.96 | 138.17 | 47.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 215 | 179 | 0.78 | 0 | 0.17 | 0.16 | 167.07 | 0.68 | 0.52 |
| Hex | 30 | D7 | B3 | 4E | 0 | 11 | 10 | A7 | 44 | 34 |
| Octal | 60 | 327 | 263 | 116 | 0 | 21 | 20 | 247 | 104 | 64 |
| Binary | 110000 | 11010111 | 10110011 | 1001110 | 0 | 10001 | 10000 | 10100111 | 1000100 | 110100 |
Color Harmonies of #30D7B3
Complementary color
Monochromatic Colors of #30D7B3
Black with #30D7B3
Text Example
Text Example
White with #30D7B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30D7B3; }
p { color: rgb(48,215,179); }
H1.HeaderClassName
{
color: #30D7B3;
}
.AnyTagClassName
{
color: #30D7B3;
}
</style>
background-color css
<style>
a { background-color: #30D7B3; }
a { background-color: rgb(48,215,179); }
div.DivClassName
{
background-color: #30D7B3;
}
.BgClassName
{
background-color: #30D7B3;
}
</style>
border-color css
<style>
span { border-color: #30D7B3; }
span { border-color: rgb(48,215,179); }
td.TdClassName
{
border-color: #30D7B3;
}
.TagClassName
{
border-color: #30D7B3;
}
</style>