Shades of Shamrock #30DDB3
Tints of Shamrock #30DDB3
RGB
CMYK
RGB Variations
Color information
#30DDB3 (or 0x30DDB3) is known color: Shamrock. HEX triplet: 30, DD and B3. RGB value is (48,221,179). Sum of RGB (Red+Green+Blue) = 48+221+179=448 (59% of max value = 765). Red value is 48 (19.14% from 255 or 10.71% from 448); Green value is 221 (86.72% from 255 or 49.33% from 448); Blue value is 179 (70.31% from 255 or 39.96% from 448); Max value from RGB is 221 - color contains mainly: green. Hex color #30DDB3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30DDB3 is #CF224C. Grayscale: #A4A4A4. Windows color (decimal): -13574733 or 11787568. OLE color: 11787568.
HSL color Cylindrical-coordinate representation of color #30DDB3: hue angle of 165.43º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #30DDB3 is Cyan = 0.78, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 48 | 221 | 179 | - |
| CMYK | 0.78 | 0 | 0.19 | 0.13 |
| HSL | 165.43º | 0.72% | 0.53% | - |
| HSV(B) | 165.43º | 0.78% | 0.87% | - |
| XYZ | 35.21 | 55.6 | 51.52 | - |
| YUV | 164.49 | 136.19 | 44.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 221 | 179 | 0.78 | 0 | 0.19 | 0.13 | 165.43 | 0.72 | 0.53 |
| Hex | 30 | DD | B3 | 4E | 0 | 13 | D | A5 | 48 | 35 |
| Octal | 60 | 335 | 263 | 116 | 0 | 23 | 15 | 245 | 110 | 65 |
| Binary | 110000 | 11011101 | 10110011 | 1001110 | 0 | 10011 | 1101 | 10100101 | 1001000 | 110101 |
Color Harmonies of #30DDB3
Complementary color
Monochromatic Colors of #30DDB3
Black with #30DDB3
Text Example
Text Example
White with #30DDB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30DDB3; }
p { color: rgb(48,221,179); }
H1.HeaderClassName
{
color: #30DDB3;
}
.AnyTagClassName
{
color: #30DDB3;
}
</style>
background-color css
<style>
a { background-color: #30DDB3; }
a { background-color: rgb(48,221,179); }
div.DivClassName
{
background-color: #30DDB3;
}
.BgClassName
{
background-color: #30DDB3;
}
</style>
border-color css
<style>
span { border-color: #30DDB3; }
span { border-color: rgb(48,221,179); }
td.TdClassName
{
border-color: #30DDB3;
}
.TagClassName
{
border-color: #30DDB3;
}
</style>