Shades of Shamrock #30CC88
Tints of Shamrock #30CC88
RGB
CMYK
RGB Variations
Color information
#30CC88 (or 0x30CC88) is known color: Shamrock. HEX triplet: 30, CC and 88. RGB value is (48,204,136). Sum of RGB (Red+Green+Blue) = 48+204+136=388 (51% of max value = 765). Red value is 48 (19.14% from 255 or 12.37% from 388); Green value is 204 (80.08% from 255 or 52.58% from 388); Blue value is 136 (53.52% from 255 or 35.05% from 388); Max value from RGB is 204 - color contains mainly: green. Hex color #30CC88 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #30CC88 is #CF3377. Grayscale: #959595. Windows color (decimal): -13579128 or 8965168. OLE color: 8965168.
HSL color Cylindrical-coordinate representation of color #30CC88: hue angle of 153.85º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #30CC88 is Cyan = 0.76, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 48 | 204 | 136 | - |
| CMYK | 0.76 | 0 | 0.33 | 0.2 |
| HSL | 153.85º | 0.62% | 0.49% | - |
| HSV(B) | 153.85º | 0.76% | 0.8% | - |
| XYZ | 27.26 | 45.59 | 30.66 | - |
| YUV | 149.6 | 120.32 | 55.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 204 | 136 | 0.76 | 0 | 0.33 | 0.2 | 153.85 | 0.62 | 0.49 |
| Hex | 30 | CC | 88 | 4C | 0 | 21 | 14 | 9A | 3E | 31 |
| Octal | 60 | 314 | 210 | 114 | 0 | 41 | 24 | 232 | 76 | 61 |
| Binary | 110000 | 11001100 | 10001000 | 1001100 | 0 | 100001 | 10100 | 10011010 | 111110 | 110001 |
Color Harmonies of #30CC88
Complementary color
Monochromatic Colors of #30CC88
Black with #30CC88
Text Example
Text Example
White with #30CC88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30CC88; }
p { color: rgb(48,204,136); }
H1.HeaderClassName
{
color: #30CC88;
}
.AnyTagClassName
{
color: #30CC88;
}
</style>
background-color css
<style>
a { background-color: #30CC88; }
a { background-color: rgb(48,204,136); }
div.DivClassName
{
background-color: #30CC88;
}
.BgClassName
{
background-color: #30CC88;
}
</style>
border-color css
<style>
span { border-color: #30CC88; }
span { border-color: rgb(48,204,136); }
td.TdClassName
{
border-color: #30CC88;
}
.TagClassName
{
border-color: #30CC88;
}
</style>