Shades of Shamrock #30CBAB
Tints of Shamrock #30CBAB
RGB
CMYK
RGB Variations
Color information
#30CBAB (or 0x30CBAB) is known color: Shamrock. HEX triplet: 30, CB and AB. RGB value is (48,203,171). Sum of RGB (Red+Green+Blue) = 48+203+171=422 (55% of max value = 765). Red value is 48 (19.14% from 255 or 11.37% from 422); Green value is 203 (79.69% from 255 or 48.10% from 422); Blue value is 171 (67.19% from 255 or 40.52% from 422); Max value from RGB is 203 - color contains mainly: green. Hex color #30CBAB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #30CBAB is #CF3454. Grayscale: #989898. Windows color (decimal): -13579349 or 11258672. OLE color: 11258672.
HSL color Cylindrical-coordinate representation of color #30CBAB: hue angle of 167.61º 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 #30CBAB is Cyan = 0.76, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 48 | 203 | 171 | - |
| CMYK | 0.76 | 0 | 0.16 | 0.20 |
| HSL | 167.61º | 0.62% | 0.49% | - |
| HSV(B) | 167.61º | 0.76% | 0.8% | - |
| XYZ | 29.93 | 46.28 | 45.88 | - |
| YUV | 153.01 | 138.15 | 53.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 203 | 171 | 0.76 | 0 | 0.16 | 0.20 | 167.61 | 0.62 | 0.49 |
| Hex | 30 | CB | AB | 4C | 0 | 10 | 14 | A8 | 3E | 31 |
| Octal | 60 | 313 | 253 | 114 | 0 | 20 | 24 | 250 | 76 | 61 |
| Binary | 110000 | 11001011 | 10101011 | 1001100 | 0 | 10000 | 10100 | 10101000 | 111110 | 110001 |
Color Harmonies of #30CBAB
Complementary color
Monochromatic Colors of #30CBAB
Black with #30CBAB
Text Example
Text Example
White with #30CBAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30CBAB; }
p { color: rgb(48,203,171); }
H1.HeaderClassName
{
color: #30CBAB;
}
.AnyTagClassName
{
color: #30CBAB;
}
</style>
background-color css
<style>
a { background-color: #30CBAB; }
a { background-color: rgb(48,203,171); }
div.DivClassName
{
background-color: #30CBAB;
}
.BgClassName
{
background-color: #30CBAB;
}
</style>
border-color css
<style>
span { border-color: #30CBAB; }
span { border-color: rgb(48,203,171); }
td.TdClassName
{
border-color: #30CBAB;
}
.TagClassName
{
border-color: #30CBAB;
}
</style>