Shades of Shamrock #30D5AC
Tints of Shamrock #30D5AC
RGB
CMYK
RGB Variations
Color information
#30D5AC (or 0x30D5AC) is known color: Shamrock. HEX triplet: 30, D5 and AC. RGB value is (48,213,172). Sum of RGB (Red+Green+Blue) = 48+213+172=433 (57% of max value = 765). Red value is 48 (19.14% from 255 or 11.09% from 433); Green value is 213 (83.59% from 255 or 49.19% from 433); Blue value is 172 (67.58% from 255 or 39.72% from 433); Max value from RGB is 213 - color contains mainly: green. Hex color #30D5AC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #30D5AC is #CF2A53. Grayscale: #9E9E9E. Windows color (decimal): -13576788 or 11326768. OLE color: 11326768.
HSL color Cylindrical-coordinate representation of color #30D5AC: hue angle of 165.09º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #30D5AC is Cyan = 0.77, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 48 | 213 | 172 | - |
| CMYK | 0.77 | 0 | 0.19 | 0.16 |
| HSL | 165.09º | 0.66% | 0.51% | - |
| HSV(B) | 165.09º | 0.77% | 0.84% | - |
| XYZ | 32.46 | 51.2 | 47.2 | - |
| YUV | 158.99 | 135.34 | 48.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 213 | 172 | 0.77 | 0 | 0.19 | 0.16 | 165.09 | 0.66 | 0.51 |
| Hex | 30 | D5 | AC | 4D | 0 | 13 | 10 | A5 | 42 | 33 |
| Octal | 60 | 325 | 254 | 115 | 0 | 23 | 20 | 245 | 102 | 63 |
| Binary | 110000 | 11010101 | 10101100 | 1001101 | 0 | 10011 | 10000 | 10100101 | 1000010 | 110011 |
Color Harmonies of #30D5AC
Complementary color
Monochromatic Colors of #30D5AC
Black with #30D5AC
Text Example
Text Example
White with #30D5AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30D5AC; }
p { color: rgb(48,213,172); }
H1.HeaderClassName
{
color: #30D5AC;
}
.AnyTagClassName
{
color: #30D5AC;
}
</style>
background-color css
<style>
a { background-color: #30D5AC; }
a { background-color: rgb(48,213,172); }
div.DivClassName
{
background-color: #30D5AC;
}
.BgClassName
{
background-color: #30D5AC;
}
</style>
border-color css
<style>
span { border-color: #30D5AC; }
span { border-color: rgb(48,213,172); }
td.TdClassName
{
border-color: #30D5AC;
}
.TagClassName
{
border-color: #30D5AC;
}
</style>