#46CCA4

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

Shades of Shamrock #46CCA4

Tints of Shamrock #46CCA4

Color information

#46CCA4 (or 0x46CCA4) is unknown color: approx Shamrock. HEX triplet: 46, CC and A4. RGB value is (70,204,164). Sum of RGB (Red+Green+Blue) = 70+204+164=438 (58% of max value = 765). Red value is 70 (27.73% from 255 or 15.98% from 438); Green value is 204 (80.08% from 255 or 46.58% from 438); Blue value is 164 (64.45% from 255 or 37.44% from 438); Max value from RGB is 204 - color contains mainly: green. Hex color #46CCA4 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #46CCA4 is #B9335B. Grayscale: #9F9F9F. Windows color (decimal): -12137308 or 10800198. OLE color: 10800198.

HSL color Cylindrical-coordinate representation of color #46CCA4: hue angle of 162.09º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #46CCA4 is Cyan = 0.66, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.2.

Color convert

RGB70204164-
CMYK0.6600.200.2
HSL162.09º56.78%53.73%-
HSV(B)162.09º65.69%80%-
XYZ30.8247.1742.6-
YUV159.37130.6164.25-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 15.98%
GREEN value IS 204 (80.08% from 255) = 46.58%
BLUE value IS 164 (64.45% from 255) = 37.44%
R=15.98%
G=46.58%
B=37.44%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal702041640.6600.200.2162.0956.7853.73
Hex46CCA44201414a23936
Octal106314244102024242427166
Binary1000110110011001010010010000100101001010010100010111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46CCA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,204,164); }

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

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

 a { background-color: rgb(70,204,164); }

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

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

 span { border-color: rgb(70,204,164); }

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