#46CFA6

Color #46CFA6 Shamrock (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shamrock #46CFA6

Tints of Shamrock #46CFA6

Color information

#46CFA6 (or 0x46CFA6) is unknown color: approx Shamrock. HEX triplet: 46, CF and A6. RGB value is (70,207,166). Sum of RGB (Red+Green+Blue) = 70+207+166=443 (58% of max value = 765). Red value is 70 (27.73% from 255 or 15.80% from 443); Green value is 207 (81.25% from 255 or 46.73% from 443); Blue value is 166 (65.23% from 255 or 37.47% from 443); Max value from RGB is 207 - color contains mainly: green. Hex color #46CFA6 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #46CFA6 is #B93059. Grayscale: #A1A1A1. Windows color (decimal): -12136538 or 10932038. OLE color: 10932038.

HSL color Cylindrical-coordinate representation of color #46CFA6: hue angle of 162.04º 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 #46CFA6 is Cyan = 0.66, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.19.

Color convert

RGB70207166-
CMYK0.6600.200.19
HSL162.04º58.8%54.31%-
HSV(B)162.04º66.18%81.18%-
XYZ31.7248.6843.8-
YUV161.36130.6162.83-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 70 (27.73% from 255) = 15.80%
GREEN value IS 207 (81.25% from 255) = 46.73%
BLUE value IS 166 (65.23% from 255) = 37.47%
R=15.80%
G=46.73%
B=37.47%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal702071660.6600.200.19162.0458.854.31
Hex46CFA64201413a23b36
Octal106317246102024232427366
Binary1000110110011111010011010000100101001001110100010111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46CFA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46CFA6; }

 p { color: rgb(70,207,166); }

 H1.HeaderClassName
 {
   color: #46CFA6;
 }
 .AnyTagClassName
 {
   color: #46CFA6;
 }
</style>
background-color css

<style>
 a { background-color: #46CFA6; }

 a { background-color: rgb(70,207,166); }

 div.DivClassName
 {
   background-color: #46CFA6;
 }
 .BgClassName
 {
   background-color: #46CFA6;
 }
</style>
border-color css

<style>
 span { border-color: #46CFA6; }

 span { border-color: rgb(70,207,166); }

 td.TdClassName
 {
   border-color: #46CFA6;
 }
 .TagClassName
 {
   border-color: #46CFA6;
 }
</style>