Shades of Shamrock #30C8A5
Tints of Shamrock #30C8A5
RGB
CMYK
RGB Variations
Color information
#30C8A5 (or 0x30C8A5) is known color: Shamrock. HEX triplet: 30, C8 and A5. RGB value is (48,200,165). Sum of RGB (Red+Green+Blue) = 48+200+165=413 (54% of max value = 765). Red value is 48 (19.14% from 255 or 11.62% from 413); Green value is 200 (78.52% from 255 or 48.43% from 413); Blue value is 165 (64.84% from 255 or 39.95% from 413); Max value from RGB is 200 - color contains mainly: green. Hex color #30C8A5 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #30C8A5 is #CF375A. Grayscale: #969696. Windows color (decimal): -13580123 or 10864688. OLE color: 10864688.
HSL color Cylindrical-coordinate representation of color #30C8A5: hue angle of 166.18º 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 #30C8A5 is Cyan = 0.76, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 48 | 200 | 165 | - |
| CMYK | 0.76 | 0 | 0.18 | 0.22 |
| HSL | 166.18º | 0.61% | 0.49% | - |
| HSV(B) | 166.18º | 0.76% | 0.78% | - |
| XYZ | 28.66 | 44.65 | 42.71 | - |
| YUV | 150.56 | 136.14 | 54.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 200 | 165 | 0.76 | 0 | 0.18 | 0.22 | 166.18 | 0.61 | 0.49 |
| Hex | 30 | C8 | A5 | 4C | 0 | 12 | 16 | A6 | 3D | 31 |
| Octal | 60 | 310 | 245 | 114 | 0 | 22 | 26 | 246 | 75 | 61 |
| Binary | 110000 | 11001000 | 10100101 | 1001100 | 0 | 10010 | 10110 | 10100110 | 111101 | 110001 |
Color Harmonies of #30C8A5
Complementary color
Monochromatic Colors of #30C8A5
Black with #30C8A5
Text Example
Text Example
White with #30C8A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30C8A5; }
p { color: rgb(48,200,165); }
H1.HeaderClassName
{
color: #30C8A5;
}
.AnyTagClassName
{
color: #30C8A5;
}
</style>
background-color css
<style>
a { background-color: #30C8A5; }
a { background-color: rgb(48,200,165); }
div.DivClassName
{
background-color: #30C8A5;
}
.BgClassName
{
background-color: #30C8A5;
}
</style>
border-color css
<style>
span { border-color: #30C8A5; }
span { border-color: rgb(48,200,165); }
td.TdClassName
{
border-color: #30C8A5;
}
.TagClassName
{
border-color: #30C8A5;
}
</style>