#42B37F

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

Shades of Medium Sea Green #42B37F

Tints of Medium Sea Green #42B37F

Color information

#42B37F (or 0x42B37F) is unknown color: approx Medium Sea Green. HEX triplet: 42, B3 and 7F. RGB value is (66,179,127). Sum of RGB (Red+Green+Blue) = 66+179+127=372 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.74% from 372); Green value is 179 (70.31% from 255 or 48.12% from 372); Blue value is 127 (50% from 255 or 34.14% from 372); Max value from RGB is 179 - color contains mainly: green. Hex color #42B37F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42B37F is #BD4C80. Grayscale: #8B8B8B. Windows color (decimal): -12405889 or 8368962. OLE color: 8368962.

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

Color convert

RGB66179127-
CMYK0.6300.290.30
HSL152.39º46.12%48.04%-
HSV(B)152.39º63.13%70.2%-
XYZ22.234.9325.65-
YUV139.28121.0675.73-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 17.74%
GREEN value IS 179 (70.31% from 255) = 48.12%
BLUE value IS 127 (50% from 255) = 34.14%
R=17.74%
G=48.12%
B=34.14%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal661791270.6300.290.30152.3946.1248.04
Hex42B37F3F01D1E982e30
Octal10226317777035362305660
Binary10000101011001111111111111110111011111010011000101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42B37F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,179,127); }

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

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

 a { background-color: rgb(66,179,127); }

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

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

 span { border-color: rgb(66,179,127); }

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