#46C698

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

Shades of Shamrock #46C698

Tints of Shamrock #46C698

Color information

#46C698 (or 0x46C698) is unknown color: approx Shamrock. HEX triplet: 46, C6 and 98. RGB value is (70,198,152). Sum of RGB (Red+Green+Blue) = 70+198+152=420 (55% of max value = 765). Red value is 70 (27.73% from 255 or 16.67% from 420); Green value is 198 (77.73% from 255 or 47.14% from 420); Blue value is 152 (59.77% from 255 or 36.19% from 420); Max value from RGB is 198 - color contains mainly: green. Hex color #46C698 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #46C698 is #B93967. Grayscale: #9A9A9A. Windows color (decimal): -12138856 or 10012230. OLE color: 10012230.

HSL color Cylindrical-coordinate representation of color #46C698: hue angle of 158.44º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #46C698 is Cyan = 0.65, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.22.

Color convert

RGB70198152-
CMYK0.6500.230.22
HSL158.44º52.89%52.55%-
HSV(B)158.44º64.65%77.65%-
XYZ28.3943.9636.69-
YUV154.48126.5967.74-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 16.67%
GREEN value IS 198 (77.73% from 255) = 47.14%
BLUE value IS 152 (59.77% from 255) = 36.19%
R=16.67%
G=47.14%
B=36.19%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal701981520.6500.230.22158.4452.8952.55
Hex46C69841017169e3535
Octal106306230101027262366565
Binary1000110110001101001100010000010101111011010011110110101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46C698

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,198,152); }

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

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

 a { background-color: rgb(70,198,152); }

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

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

 span { border-color: rgb(70,198,152); }

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