Shades of Shamrock #30CBA9
Tints of Shamrock #30CBA9
RGB
CMYK
RGB Variations
Color information
#30CBA9 (or 0x30CBA9) is known color: Shamrock. HEX triplet: 30, CB and A9. RGB value is (48,203,169). Sum of RGB (Red+Green+Blue) = 48+203+169=420 (55% of max value = 765). Red value is 48 (19.14% from 255 or 11.43% from 420); Green value is 203 (79.69% from 255 or 48.33% from 420); Blue value is 169 (66.41% from 255 or 40.24% from 420); Max value from RGB is 203 - color contains mainly: green. Hex color #30CBA9 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #30CBA9 is #CF3456. Grayscale: #989898. Windows color (decimal): -13579351 or 11127600. OLE color: 11127600.
HSL color Cylindrical-coordinate representation of color #30CBA9: hue angle of 166.84º 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 #30CBA9 is Cyan = 0.76, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 48 | 203 | 169 | - |
| CMYK | 0.76 | 0 | 0.17 | 0.20 |
| HSL | 166.84º | 0.62% | 0.49% | - |
| HSV(B) | 166.84º | 0.76% | 0.8% | - |
| XYZ | 29.74 | 46.2 | 44.89 | - |
| YUV | 152.78 | 137.15 | 53.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 203 | 169 | 0.76 | 0 | 0.17 | 0.20 | 166.84 | 0.62 | 0.49 |
| Hex | 30 | CB | A9 | 4C | 0 | 11 | 14 | A7 | 3E | 31 |
| Octal | 60 | 313 | 251 | 114 | 0 | 21 | 24 | 247 | 76 | 61 |
| Binary | 110000 | 11001011 | 10101001 | 1001100 | 0 | 10001 | 10100 | 10100111 | 111110 | 110001 |
Color Harmonies of #30CBA9
Complementary color
Monochromatic Colors of #30CBA9
Black with #30CBA9
Text Example
Text Example
White with #30CBA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30CBA9; }
p { color: rgb(48,203,169); }
H1.HeaderClassName
{
color: #30CBA9;
}
.AnyTagClassName
{
color: #30CBA9;
}
</style>
background-color css
<style>
a { background-color: #30CBA9; }
a { background-color: rgb(48,203,169); }
div.DivClassName
{
background-color: #30CBA9;
}
.BgClassName
{
background-color: #30CBA9;
}
</style>
border-color css
<style>
span { border-color: #30CBA9; }
span { border-color: rgb(48,203,169); }
td.TdClassName
{
border-color: #30CBA9;
}
.TagClassName
{
border-color: #30CBA9;
}
</style>