#42B464

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

Shades of Medium Sea Green #42B464

Tints of Medium Sea Green #42B464

Color information

#42B464 (or 0x42B464) is unknown color: approx Medium Sea Green. HEX triplet: 42, B4 and 64. RGB value is (66,180,100). Sum of RGB (Red+Green+Blue) = 66+180+100=346 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.08% from 346); Green value is 180 (70.70% from 255 or 52.02% from 346); Blue value is 100 (39.45% from 255 or 28.90% from 346); Max value from RGB is 180 - color contains mainly: green. Hex color #42B464 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42B464 is #BD4B9B. Grayscale: #898989. Windows color (decimal): -12405660 or 6599746. OLE color: 6599746.

HSL color Cylindrical-coordinate representation of color #42B464: hue angle of 137.89º 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 #42B464 is Cyan = 0.63, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.29.

Color convert

RGB66180100-
CMYK0.6300.440.29
HSL137.89º46.34%48.24%-
HSV(B)137.89º63.33%70.59%-
XYZ20.8734.7217.66-
YUV136.79107.2377.5-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 19.08%
GREEN value IS 180 (70.70% from 255) = 52.02%
BLUE value IS 100 (39.45% from 255) = 28.90%
R=19.08%
G=52.02%
B=28.90%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal661801000.6300.440.29137.8946.3448.24
Hex42B4643F02C1D8a2e30
Octal10226414477054352125660
Binary100001010110100110010011111101011001110110001010101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42B464

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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