#46BB70

Color #46BB70 Medium Sea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Sea Green #46BB70

Tints of Medium Sea Green #46BB70

Color information

#46BB70 (or 0x46BB70) is unknown color: approx Medium Sea Green. HEX triplet: 46, BB and 70. RGB value is (70,187,112). Sum of RGB (Red+Green+Blue) = 70+187+112=369 (48% of max value = 765). Red value is 70 (27.73% from 255 or 18.97% from 369); Green value is 187 (73.44% from 255 or 50.68% from 369); Blue value is 112 (44.14% from 255 or 30.35% from 369); Max value from RGB is 187 - color contains mainly: green. Hex color #46BB70 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #46BB70 is #B9448F. Grayscale: #8F8F8F. Windows color (decimal): -12141712 or 7387974. OLE color: 7387974.

HSL color Cylindrical-coordinate representation of color #46BB70: hue angle of 141.54º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #46BB70 is Cyan = 0.63, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.27.

Color convert

RGB70187112-
CMYK0.6300.400.27
HSL141.54º46.25%50.39%-
HSV(B)141.54º62.57%73.33%-
XYZ23.2238.0121.44-
YUV143.47110.2475.6-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 18.97%
GREEN value IS 187 (73.44% from 255) = 50.68%
BLUE value IS 112 (44.14% from 255) = 30.35%
R=18.97%
G=50.68%
B=30.35%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal701871120.6300.400.27141.5446.2550.39
Hex46BB703F0281B8e2e32
Octal10627316077050332165662
Binary100011010111011111000011111101010001101110001110101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46BB70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,187,112); }

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

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

 a { background-color: rgb(70,187,112); }

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

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

 span { border-color: rgb(70,187,112); }

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