Shades of Shamrock #30DFB1
Tints of Shamrock #30DFB1
RGB
CMYK
RGB Variations
Color information
#30DFB1 (or 0x30DFB1) is known color: Shamrock. HEX triplet: 30, DF and B1. RGB value is (48,223,177). Sum of RGB (Red+Green+Blue) = 48+223+177=448 (59% of max value = 765). Red value is 48 (19.14% from 255 or 10.71% from 448); Green value is 223 (87.5% from 255 or 49.78% from 448); Blue value is 177 (69.53% from 255 or 39.51% from 448); Max value from RGB is 223 - color contains mainly: green. Hex color #30DFB1 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #30DFB1 is #CF204E. Grayscale: #A5A5A5. Windows color (decimal): -13574223 or 11657008. OLE color: 11657008.
HSL color Cylindrical-coordinate representation of color #30DFB1: hue angle of 164.23º degrees, saturation: 0.73, 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 #30DFB1 is Cyan = 0.78, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 48 | 223 | 177 | - |
| CMYK | 0.78 | 0 | 0.21 | 0.13 |
| HSL | 164.23º | 0.73% | 0.53% | - |
| HSV(B) | 164.23º | 0.78% | 0.87% | - |
| XYZ | 35.54 | 56.58 | 50.64 | - |
| YUV | 165.43 | 134.52 | 44.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 223 | 177 | 0.78 | 0 | 0.21 | 0.13 | 164.23 | 0.73 | 0.53 |
| Hex | 30 | DF | B1 | 4E | 0 | 15 | D | A4 | 49 | 35 |
| Octal | 60 | 337 | 261 | 116 | 0 | 25 | 15 | 244 | 111 | 65 |
| Binary | 110000 | 11011111 | 10110001 | 1001110 | 0 | 10101 | 1101 | 10100100 | 1001001 | 110101 |
Color Harmonies of #30DFB1
Complementary color
Monochromatic Colors of #30DFB1
Black with #30DFB1
Text Example
Text Example
White with #30DFB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30DFB1; }
p { color: rgb(48,223,177); }
H1.HeaderClassName
{
color: #30DFB1;
}
.AnyTagClassName
{
color: #30DFB1;
}
</style>
background-color css
<style>
a { background-color: #30DFB1; }
a { background-color: rgb(48,223,177); }
div.DivClassName
{
background-color: #30DFB1;
}
.BgClassName
{
background-color: #30DFB1;
}
</style>
border-color css
<style>
span { border-color: #30DFB1; }
span { border-color: rgb(48,223,177); }
td.TdClassName
{
border-color: #30DFB1;
}
.TagClassName
{
border-color: #30DFB1;
}
</style>