#46BE8F

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

Shades of Shamrock #46BE8F

Tints of Shamrock #46BE8F

Color information

#46BE8F (or 0x46BE8F) is unknown color: approx Shamrock. HEX triplet: 46, BE and 8F. RGB value is (70,190,143). Sum of RGB (Red+Green+Blue) = 70+190+143=403 (53% of max value = 765). Red value is 70 (27.73% from 255 or 17.37% from 403); Green value is 190 (74.61% from 255 or 47.15% from 403); Blue value is 143 (56.25% from 255 or 35.48% from 403); Max value from RGB is 190 - color contains mainly: green. Hex color #46BE8F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #46BE8F is #B94170. Grayscale: #949494. Windows color (decimal): -12140913 or 9420358. OLE color: 9420358.

HSL color Cylindrical-coordinate representation of color #46BE8F: hue angle of 156.5º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #46BE8F is Cyan = 0.63, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.25.

Color convert

RGB70190143-
CMYK0.6300.250.25
HSL156.5º48%50.98%-
HSV(B)156.5º63.16%74.51%-
XYZ25.940.1132.36-
YUV148.76124.7471.82-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 17.37%
GREEN value IS 190 (74.61% from 255) = 47.15%
BLUE value IS 143 (56.25% from 255) = 35.48%
R=17.37%
G=47.15%
B=35.48%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal701901430.6300.250.25156.54850.98
Hex46BE8F3F019199c3033
Octal10627621777031312346063
Binary100011010111110100011111111110110011100110011100110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46BE8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,190,143); }

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

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

 a { background-color: rgb(70,190,143); }

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

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

 span { border-color: rgb(70,190,143); }

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