#46EBAB

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

Shades of Shamrock #46EBAB

Tints of Shamrock #46EBAB

Color information

#46EBAB (or 0x46EBAB) is unknown color: approx Shamrock. HEX triplet: 46, EB and AB. RGB value is (70,235,171). Sum of RGB (Red+Green+Blue) = 70+235+171=476 (63% of max value = 765). Red value is 70 (27.73% from 255 or 14.71% from 476); Green value is 235 (92.19% from 255 or 49.37% from 476); Blue value is 171 (67.19% from 255 or 35.92% from 476); Max value from RGB is 235 - color contains mainly: green. Hex color #46EBAB is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #46EBAB is #B91454. Grayscale: #B2B2B2. Windows color (decimal): -12129365 or 11266886. OLE color: 11266886.

HSL color Cylindrical-coordinate representation of color #46EBAB: hue angle of 156.73º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #46EBAB is Cyan = 0.70, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.08.

Color convert

RGB70235171-
CMYK0.7000.270.08
HSL156.73º80.49%59.8%-
HSV(B)156.73º70.21%92.16%-
XYZ39.5863.6648.73-
YUV178.37123.8450.7-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 14.71%
GREEN value IS 235 (92.19% from 255) = 49.37%
BLUE value IS 171 (67.19% from 255) = 35.92%
R=14.71%
G=49.37%
B=35.92%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal702351710.7000.270.08156.7380.4959.8
Hex46EBAB4601B89d503c
Octal1063532531060331023512074
Binary1000110111010111010101110001100110111000100111011010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46EBAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,235,171); }

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

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

 a { background-color: rgb(70,235,171); }

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

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

 span { border-color: rgb(70,235,171); }

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