Shades of Shamrock #46CFAF
Tints of Shamrock #46CFAF
RGB
CMYK
RGB Variations
Color information
#46CFAF (or 0x46CFAF) is known color: Shamrock. HEX triplet: 46, CF and AF. RGB value is (70,207,175). Sum of RGB (Red+Green+Blue) = 70+207+175=452 (59% of max value = 765). Red value is 70 (27.73% from 255 or 15.49% from 452); Green value is 207 (81.25% from 255 or 45.80% from 452); Blue value is 175 (68.75% from 255 or 38.72% from 452); Max value from RGB is 207 - color contains mainly: green. Hex color #46CFAF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #46CFAF is #B93050. Grayscale: #A2A2A2. Windows color (decimal): -12136529 or 11521862. OLE color: 11521862.
HSL color Cylindrical-coordinate representation of color #46CFAF: hue angle of 165.99º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #46CFAF is Cyan = 0.66, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 70 | 207 | 175 | - |
| CMYK | 0.66 | 0 | 0.15 | 0.19 |
| HSL | 165.99º | 0.59% | 0.54% | - |
| HSV(B) | 165.99º | 0.66% | 0.81% | - |
| XYZ | 32.58 | 49.02 | 48.3 | - |
| YUV | 162.39 | 135.11 | 62.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 207 | 175 | 0.66 | 0 | 0.15 | 0.19 | 165.99 | 0.59 | 0.54 |
| Hex | 46 | CF | AF | 42 | 0 | F | 13 | A6 | 3B | 36 |
| Octal | 106 | 317 | 257 | 102 | 0 | 17 | 23 | 246 | 73 | 66 |
| Binary | 1000110 | 11001111 | 10101111 | 1000010 | 0 | 1111 | 10011 | 10100110 | 111011 | 110110 |
Color Harmonies of #46CFAF
Complementary color
Monochromatic Colors of #46CFAF
Black with #46CFAF
Text Example
Text Example
White with #46CFAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46CFAF; }
p { color: rgb(70,207,175); }
H1.HeaderClassName
{
color: #46CFAF;
}
.AnyTagClassName
{
color: #46CFAF;
}
</style>
background-color css
<style>
a { background-color: #46CFAF; }
a { background-color: rgb(70,207,175); }
div.DivClassName
{
background-color: #46CFAF;
}
.BgClassName
{
background-color: #46CFAF;
}
</style>
border-color css
<style>
span { border-color: #46CFAF; }
span { border-color: rgb(70,207,175); }
td.TdClassName
{
border-color: #46CFAF;
}
.TagClassName
{
border-color: #46CFAF;
}
</style>