Shades of Shamrock #30DFB2
Tints of Shamrock #30DFB2
RGB
CMYK
RGB Variations
Color information
#30DFB2 (or 0x30DFB2) is known color: Shamrock. HEX triplet: 30, DF and B2. RGB value is (48,223,178). Sum of RGB (Red+Green+Blue) = 48+223+178=449 (59% of max value = 765). Red value is 48 (19.14% from 255 or 10.69% from 449); Green value is 223 (87.5% from 255 or 49.67% from 449); Blue value is 178 (69.92% from 255 or 39.64% from 449); Max value from RGB is 223 - color contains mainly: green. Hex color #30DFB2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #30DFB2 is #CF204D. Grayscale: #A5A5A5. Windows color (decimal): -13574222 or 11722544. OLE color: 11722544.
HSL color Cylindrical-coordinate representation of color #30DFB2: hue angle of 164.57º 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 #30DFB2 is Cyan = 0.78, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 48 | 223 | 178 | - |
| CMYK | 0.78 | 0 | 0.20 | 0.13 |
| HSL | 164.57º | 0.73% | 0.53% | - |
| HSV(B) | 164.57º | 0.78% | 0.87% | - |
| XYZ | 35.64 | 56.62 | 51.17 | - |
| YUV | 165.55 | 135.02 | 44.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 223 | 178 | 0.78 | 0 | 0.20 | 0.13 | 164.57 | 0.73 | 0.53 |
| Hex | 30 | DF | B2 | 4E | 0 | 14 | D | A5 | 49 | 35 |
| Octal | 60 | 337 | 262 | 116 | 0 | 24 | 15 | 245 | 111 | 65 |
| Binary | 110000 | 11011111 | 10110010 | 1001110 | 0 | 10100 | 1101 | 10100101 | 1001001 | 110101 |
Color Harmonies of #30DFB2
Complementary color
Monochromatic Colors of #30DFB2
Black with #30DFB2
Text Example
Text Example
White with #30DFB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30DFB2; }
p { color: rgb(48,223,178); }
H1.HeaderClassName
{
color: #30DFB2;
}
.AnyTagClassName
{
color: #30DFB2;
}
</style>
background-color css
<style>
a { background-color: #30DFB2; }
a { background-color: rgb(48,223,178); }
div.DivClassName
{
background-color: #30DFB2;
}
.BgClassName
{
background-color: #30DFB2;
}
</style>
border-color css
<style>
span { border-color: #30DFB2; }
span { border-color: rgb(48,223,178); }
td.TdClassName
{
border-color: #30DFB2;
}
.TagClassName
{
border-color: #30DFB2;
}
</style>