#42B676

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

Shades of Medium Sea Green #42B676

Tints of Medium Sea Green #42B676

Color information

#42B676 (or 0x42B676) is unknown color: approx Medium Sea Green. HEX triplet: 42, B6 and 76. RGB value is (66,182,118). Sum of RGB (Red+Green+Blue) = 66+182+118=366 (48% of max value = 765). Red value is 66 (26.17% from 255 or 18.03% from 366); Green value is 182 (71.48% from 255 or 49.73% from 366); Blue value is 118 (46.48% from 255 or 32.24% from 366); Max value from RGB is 182 - color contains mainly: green. Hex color #42B676 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42B676 is #BD4989. Grayscale: #8C8C8C. Windows color (decimal): -12405130 or 7779906. OLE color: 7779906.

HSL color Cylindrical-coordinate representation of color #42B676: hue angle of 146.9º degrees, saturation: 0.47, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #42B676 is Cyan = 0.64, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.29.

Color convert

RGB66182118-
CMYK0.6400.350.29
HSL146.9º46.77%48.63%-
HSV(B)146.9º63.74%71.37%-
XYZ22.2435.9222.9-
YUV140.02115.5775.2-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 18.03%
GREEN value IS 182 (71.48% from 255) = 49.73%
BLUE value IS 118 (46.48% from 255) = 32.24%
R=18.03%
G=49.73%
B=32.24%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal661821180.6400.350.29146.946.7748.63
Hex42B676400231D932f31
Octal102266166100043352235761
Binary1000010101101101110110100000001000111110110010011101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42B676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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