#46E0B0

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

Shades of Shamrock #46E0B0

Tints of Shamrock #46E0B0

Color information

#46E0B0 (or 0x46E0B0) is unknown color: approx Shamrock. HEX triplet: 46, E0 and B0. RGB value is (70,224,176). Sum of RGB (Red+Green+Blue) = 70+224+176=470 (62% of max value = 765). Red value is 70 (27.73% from 255 or 14.89% from 470); Green value is 224 (87.89% from 255 or 47.66% from 470); Blue value is 176 (69.14% from 255 or 37.45% from 470); Max value from RGB is 224 - color contains mainly: green. Hex color #46E0B0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #46E0B0 is #B91F4F. Grayscale: #ACACAC. Windows color (decimal): -12132176 or 11591750. OLE color: 11591750.

HSL color Cylindrical-coordinate representation of color #46E0B0: hue angle of 161.3º degrees, saturation: 0.71, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #46E0B0 is Cyan = 0.69, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.12.

Color convert

RGB70224176-
CMYK0.6900.210.12
HSL161.3º71.3%57.65%-
HSV(B)161.3º68.75%87.84%-
XYZ37.0257.7550.27-
YUV172.48129.9854.9-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 14.89%
GREEN value IS 224 (87.89% from 255) = 47.66%
BLUE value IS 176 (69.14% from 255) = 37.45%
R=14.89%
G=47.66%
B=37.45%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal702241760.6900.210.12161.371.357.65
Hex46E0B045015Ca1473a
Octal1063402601050251424110772
Binary1000110111000001011000010001010101011100101000011000111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46E0B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,224,176); }

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

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

 a { background-color: rgb(70,224,176); }

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

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

 span { border-color: rgb(70,224,176); }

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