Shades of Shamrock #30CB8E
Tints of Shamrock #30CB8E
RGB
CMYK
RGB Variations
Color information
#30CB8E (or 0x30CB8E) is known color: Shamrock. HEX triplet: 30, CB and 8E. RGB value is (48,203,142). Sum of RGB (Red+Green+Blue) = 48+203+142=393 (52% of max value = 765). Red value is 48 (19.14% from 255 or 12.21% from 393); Green value is 203 (79.69% from 255 or 51.65% from 393); Blue value is 142 (55.86% from 255 or 36.13% from 393); Max value from RGB is 203 - color contains mainly: green. Hex color #30CB8E is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #30CB8E is #CF3471. Grayscale: #959595. Windows color (decimal): -13579378 or 9358128. OLE color: 9358128.
HSL color Cylindrical-coordinate representation of color #30CB8E: hue angle of 156.39º 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 #30CB8E is Cyan = 0.76, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 48 | 203 | 142 | - |
| CMYK | 0.76 | 0 | 0.30 | 0.20 |
| HSL | 156.39º | 0.62% | 0.49% | - |
| HSV(B) | 156.39º | 0.76% | 0.8% | - |
| XYZ | 27.46 | 45.29 | 32.89 | - |
| YUV | 149.7 | 123.65 | 55.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 203 | 142 | 0.76 | 0 | 0.30 | 0.20 | 156.39 | 0.62 | 0.49 |
| Hex | 30 | CB | 8E | 4C | 0 | 1E | 14 | 9C | 3E | 31 |
| Octal | 60 | 313 | 216 | 114 | 0 | 36 | 24 | 234 | 76 | 61 |
| Binary | 110000 | 11001011 | 10001110 | 1001100 | 0 | 11110 | 10100 | 10011100 | 111110 | 110001 |
Color Harmonies of #30CB8E
Complementary color
Monochromatic Colors of #30CB8E
Black with #30CB8E
Text Example
Text Example
White with #30CB8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30CB8E; }
p { color: rgb(48,203,142); }
H1.HeaderClassName
{
color: #30CB8E;
}
.AnyTagClassName
{
color: #30CB8E;
}
</style>
background-color css
<style>
a { background-color: #30CB8E; }
a { background-color: rgb(48,203,142); }
div.DivClassName
{
background-color: #30CB8E;
}
.BgClassName
{
background-color: #30CB8E;
}
</style>
border-color css
<style>
span { border-color: #30CB8E; }
span { border-color: rgb(48,203,142); }
td.TdClassName
{
border-color: #30CB8E;
}
.TagClassName
{
border-color: #30CB8E;
}
</style>