Shades of Shamrock #30CBA0
Tints of Shamrock #30CBA0
RGB
CMYK
RGB Variations
Color information
#30CBA0 (or 0x30CBA0) is known color: Shamrock. HEX triplet: 30, CB and A0. RGB value is (48,203,160). Sum of RGB (Red+Green+Blue) = 48+203+160=411 (54% of max value = 765). Red value is 48 (19.14% from 255 or 11.68% from 411); Green value is 203 (79.69% from 255 or 49.39% from 411); Blue value is 160 (62.89% from 255 or 38.93% from 411); Max value from RGB is 203 - color contains mainly: green. Hex color #30CBA0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #30CBA0 is #CF345F. Grayscale: #979797. Windows color (decimal): -13579360 or 10537776. OLE color: 10537776.
HSL color Cylindrical-coordinate representation of color #30CBA0: hue angle of 163.35º 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 #30CBA0 is Cyan = 0.76, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 48 | 203 | 160 | - |
| CMYK | 0.76 | 0 | 0.21 | 0.20 |
| HSL | 163.35º | 0.62% | 0.49% | - |
| HSV(B) | 163.35º | 0.76% | 0.8% | - |
| XYZ | 28.92 | 45.88 | 40.59 | - |
| YUV | 151.75 | 132.65 | 54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 203 | 160 | 0.76 | 0 | 0.21 | 0.20 | 163.35 | 0.62 | 0.49 |
| Hex | 30 | CB | A0 | 4C | 0 | 15 | 14 | A3 | 3E | 31 |
| Octal | 60 | 313 | 240 | 114 | 0 | 25 | 24 | 243 | 76 | 61 |
| Binary | 110000 | 11001011 | 10100000 | 1001100 | 0 | 10101 | 10100 | 10100011 | 111110 | 110001 |
Color Harmonies of #30CBA0
Complementary color
Monochromatic Colors of #30CBA0
Black with #30CBA0
Text Example
Text Example
White with #30CBA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30CBA0; }
p { color: rgb(48,203,160); }
H1.HeaderClassName
{
color: #30CBA0;
}
.AnyTagClassName
{
color: #30CBA0;
}
</style>
background-color css
<style>
a { background-color: #30CBA0; }
a { background-color: rgb(48,203,160); }
div.DivClassName
{
background-color: #30CBA0;
}
.BgClassName
{
background-color: #30CBA0;
}
</style>
border-color css
<style>
span { border-color: #30CBA0; }
span { border-color: rgb(48,203,160); }
td.TdClassName
{
border-color: #30CBA0;
}
.TagClassName
{
border-color: #30CBA0;
}
</style>