Shades of Shamrock #30D6AF
Tints of Shamrock #30D6AF
RGB
CMYK
RGB Variations
Color information
#30D6AF (or 0x30D6AF) is known color: Shamrock. HEX triplet: 30, D6 and AF. RGB value is (48,214,175). Sum of RGB (Red+Green+Blue) = 48+214+175=437 (57% of max value = 765). Red value is 48 (19.14% from 255 or 10.98% from 437); Green value is 214 (83.98% from 255 or 48.97% from 437); Blue value is 175 (68.75% from 255 or 40.05% from 437); Max value from RGB is 214 - color contains mainly: green. Hex color #30D6AF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #30D6AF is #CF2950. Grayscale: #9F9F9F. Windows color (decimal): -13576529 or 11523632. OLE color: 11523632.
HSL color Cylindrical-coordinate representation of color #30D6AF: hue angle of 165.9º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #30D6AF is Cyan = 0.78, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 48 | 214 | 175 | - |
| CMYK | 0.78 | 0 | 0.18 | 0.16 |
| HSL | 165.9º | 0.67% | 0.51% | - |
| HSV(B) | 165.9º | 0.78% | 0.84% | - |
| XYZ | 33 | 51.82 | 48.82 | - |
| YUV | 159.92 | 136.5 | 48.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 214 | 175 | 0.78 | 0 | 0.18 | 0.16 | 165.9 | 0.67 | 0.51 |
| Hex | 30 | D6 | AF | 4E | 0 | 12 | 10 | A6 | 43 | 33 |
| Octal | 60 | 326 | 257 | 116 | 0 | 22 | 20 | 246 | 103 | 63 |
| Binary | 110000 | 11010110 | 10101111 | 1001110 | 0 | 10010 | 10000 | 10100110 | 1000011 | 110011 |
Color Harmonies of #30D6AF
Complementary color
Monochromatic Colors of #30D6AF
Black with #30D6AF
Text Example
Text Example
White with #30D6AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30D6AF; }
p { color: rgb(48,214,175); }
H1.HeaderClassName
{
color: #30D6AF;
}
.AnyTagClassName
{
color: #30D6AF;
}
</style>
background-color css
<style>
a { background-color: #30D6AF; }
a { background-color: rgb(48,214,175); }
div.DivClassName
{
background-color: #30D6AF;
}
.BgClassName
{
background-color: #30D6AF;
}
</style>
border-color css
<style>
span { border-color: #30D6AF; }
span { border-color: rgb(48,214,175); }
td.TdClassName
{
border-color: #30D6AF;
}
.TagClassName
{
border-color: #30D6AF;
}
</style>