Shades of Shamrock #46D5AF
Tints of Shamrock #46D5AF
RGB
CMYK
RGB Variations
Color information
#46D5AF (or 0x46D5AF) is known color: Shamrock. HEX triplet: 46, D5 and AF. RGB value is (70,213,175). Sum of RGB (Red+Green+Blue) = 70+213+175=458 (60% of max value = 765). Red value is 70 (27.73% from 255 or 15.28% from 458); Green value is 213 (83.59% from 255 or 46.51% from 458); Blue value is 175 (68.75% from 255 or 38.21% from 458); Max value from RGB is 213 - color contains mainly: green. Hex color #46D5AF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #46D5AF is #B92A50. Grayscale: #A5A5A5. Windows color (decimal): -12134993 or 11523398. OLE color: 11523398.
HSL color Cylindrical-coordinate representation of color #46D5AF: hue angle of 164.06º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #46D5AF is Cyan = 0.67, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 70 | 213 | 175 | - |
| CMYK | 0.67 | 0 | 0.18 | 0.16 |
| HSL | 164.06º | 0.63% | 0.55% | - |
| HSV(B) | 164.06º | 0.67% | 0.84% | - |
| XYZ | 34.06 | 51.99 | 48.8 | - |
| YUV | 165.91 | 133.12 | 59.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 213 | 175 | 0.67 | 0 | 0.18 | 0.16 | 164.06 | 0.63 | 0.55 |
| Hex | 46 | D5 | AF | 43 | 0 | 12 | 10 | A4 | 3F | 37 |
| Octal | 106 | 325 | 257 | 103 | 0 | 22 | 20 | 244 | 77 | 67 |
| Binary | 1000110 | 11010101 | 10101111 | 1000011 | 0 | 10010 | 10000 | 10100100 | 111111 | 110111 |
Color Harmonies of #46D5AF
Complementary color
Monochromatic Colors of #46D5AF
Black with #46D5AF
Text Example
Text Example
White with #46D5AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46D5AF; }
p { color: rgb(70,213,175); }
H1.HeaderClassName
{
color: #46D5AF;
}
.AnyTagClassName
{
color: #46D5AF;
}
</style>
background-color css
<style>
a { background-color: #46D5AF; }
a { background-color: rgb(70,213,175); }
div.DivClassName
{
background-color: #46D5AF;
}
.BgClassName
{
background-color: #46D5AF;
}
</style>
border-color css
<style>
span { border-color: #46D5AF; }
span { border-color: rgb(70,213,175); }
td.TdClassName
{
border-color: #46D5AF;
}
.TagClassName
{
border-color: #46D5AF;
}
</style>