Shades of Shamrock #30C8AB
Tints of Shamrock #30C8AB
RGB
CMYK
RGB Variations
Color information
#30C8AB (or 0x30C8AB) is known color: Shamrock. HEX triplet: 30, C8 and AB. RGB value is (48,200,171). Sum of RGB (Red+Green+Blue) = 48+200+171=419 (55% of max value = 765). Red value is 48 (19.14% from 255 or 11.46% from 419); Green value is 200 (78.52% from 255 or 47.73% from 419); Blue value is 171 (67.19% from 255 or 40.81% from 419); Max value from RGB is 200 - color contains mainly: green. Hex color #30C8AB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #30C8AB is #CF3754. Grayscale: #979797. Windows color (decimal): -13580117 or 11257904. OLE color: 11257904.
HSL color Cylindrical-coordinate representation of color #30C8AB: hue angle of 168.55º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #30C8AB is Cyan = 0.76, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 48 | 200 | 171 | - |
| CMYK | 0.76 | 0 | 0.14 | 0.22 |
| HSL | 168.55º | 0.61% | 0.49% | - |
| HSV(B) | 168.55º | 0.76% | 0.78% | - |
| XYZ | 29.22 | 44.88 | 45.65 | - |
| YUV | 151.25 | 139.14 | 54.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 200 | 171 | 0.76 | 0 | 0.14 | 0.22 | 168.55 | 0.61 | 0.49 |
| Hex | 30 | C8 | AB | 4C | 0 | E | 16 | A9 | 3D | 31 |
| Octal | 60 | 310 | 253 | 114 | 0 | 16 | 26 | 251 | 75 | 61 |
| Binary | 110000 | 11001000 | 10101011 | 1001100 | 0 | 1110 | 10110 | 10101001 | 111101 | 110001 |
Color Harmonies of #30C8AB
Complementary color
Monochromatic Colors of #30C8AB
Black with #30C8AB
Text Example
Text Example
White with #30C8AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30C8AB; }
p { color: rgb(48,200,171); }
H1.HeaderClassName
{
color: #30C8AB;
}
.AnyTagClassName
{
color: #30C8AB;
}
</style>
background-color css
<style>
a { background-color: #30C8AB; }
a { background-color: rgb(48,200,171); }
div.DivClassName
{
background-color: #30C8AB;
}
.BgClassName
{
background-color: #30C8AB;
}
</style>
border-color css
<style>
span { border-color: #30C8AB; }
span { border-color: rgb(48,200,171); }
td.TdClassName
{
border-color: #30C8AB;
}
.TagClassName
{
border-color: #30C8AB;
}
</style>