#42B46D

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

Shades of Medium Sea Green #42B46D

Tints of Medium Sea Green #42B46D

Color information

#42B46D (or 0x42B46D) is unknown color: approx Medium Sea Green. HEX triplet: 42, B4 and 6D. RGB value is (66,180,109). Sum of RGB (Red+Green+Blue) = 66+180+109=355 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.59% from 355); Green value is 180 (70.70% from 255 or 50.70% from 355); Blue value is 109 (42.97% from 255 or 30.70% from 355); Max value from RGB is 180 - color contains mainly: green. Hex color #42B46D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42B46D is #BD4B92. Grayscale: #898989. Windows color (decimal): -12405651 or 7189570. OLE color: 7189570.

HSL color Cylindrical-coordinate representation of color #42B46D: hue angle of 142.63º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #42B46D is Cyan = 0.63, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.29.

Color convert

RGB66180109-
CMYK0.6300.390.29
HSL142.63º46.34%48.24%-
HSV(B)142.63º63.33%70.59%-
XYZ21.3334.920.08-
YUV137.82111.7376.77-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 18.59%
GREEN value IS 180 (70.70% from 255) = 50.70%
BLUE value IS 109 (42.97% from 255) = 30.70%
R=18.59%
G=50.70%
B=30.70%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal661801090.6300.390.29142.6346.3448.24
Hex42B46D3F0271D8f2e30
Octal10226415577047352175660
Binary100001010110100110110111111101001111110110001111101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42B46D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42B46D; }

 p { color: rgb(66,180,109); }

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

<style>
 a { background-color: #42B46D; }

 a { background-color: rgb(66,180,109); }

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

<style>
 span { border-color: #42B46D; }

 span { border-color: rgb(66,180,109); }

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