#46CCA7

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

Shades of Shamrock #46CCA7

Tints of Shamrock #46CCA7

Color information

#46CCA7 (or 0x46CCA7) is unknown color: approx Shamrock. HEX triplet: 46, CC and A7. RGB value is (70,204,167). Sum of RGB (Red+Green+Blue) = 70+204+167=441 (58% of max value = 765). Red value is 70 (27.73% from 255 or 15.87% from 441); Green value is 204 (80.08% from 255 or 46.26% from 441); Blue value is 167 (65.62% from 255 or 37.87% from 441); Max value from RGB is 204 - color contains mainly: green. Hex color #46CCA7 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #46CCA7 is #B93358. Grayscale: #9F9F9F. Windows color (decimal): -12137305 or 10996806. OLE color: 10996806.

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

Color convert

RGB70204167-
CMYK0.6600.180.2
HSL163.43º56.78%53.73%-
HSV(B)163.43º65.69%80%-
XYZ31.0947.2844.05-
YUV159.72132.1164.01-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 15.87%
GREEN value IS 204 (80.08% from 255) = 46.26%
BLUE value IS 167 (65.62% from 255) = 37.87%
R=15.87%
G=46.26%
B=37.87%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal702041670.6600.180.2163.4356.7853.73
Hex46CCA74201214a33936
Octal106314247102022242437166
Binary1000110110011001010011110000100100101010010100011111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46CCA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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