#42B376

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

Shades of Medium Sea Green #42B376

Tints of Medium Sea Green #42B376

Color information

#42B376 (or 0x42B376) is unknown color: approx Medium Sea Green. HEX triplet: 42, B3 and 76. RGB value is (66,179,118). Sum of RGB (Red+Green+Blue) = 66+179+118=363 (48% of max value = 765). Red value is 66 (26.17% from 255 or 18.18% from 363); Green value is 179 (70.31% from 255 or 49.31% from 363); Blue value is 118 (46.48% from 255 or 32.51% from 363); Max value from RGB is 179 - color contains mainly: green. Hex color #42B376 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42B376 is #BD4C89. Grayscale: #8A8A8A. Windows color (decimal): -12405898 or 7779138. OLE color: 7779138.

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

Color convert

RGB66179118-
CMYK0.6300.340.30
HSL147.61º46.12%48.04%-
HSV(B)147.61º63.13%70.2%-
XYZ21.6434.7122.7-
YUV138.26116.5676.46-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 18.18%
GREEN value IS 179 (70.31% from 255) = 49.31%
BLUE value IS 118 (46.48% from 255) = 32.51%
R=18.18%
G=49.31%
B=32.51%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal661791180.6300.340.30147.6146.1248.04
Hex42B3763F0221E942e30
Octal10226316677042362245660
Binary100001010110011111011011111101000101111010010100101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42B376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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