#42AD6D

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

Shades of Medium Sea Green #42AD6D

Tints of Medium Sea Green #42AD6D

Color information

#42AD6D (or 0x42AD6D) is unknown color: approx Medium Sea Green. HEX triplet: 42, AD and 6D. RGB value is (66,173,109). Sum of RGB (Red+Green+Blue) = 66+173+109=348 (46% of max value = 765). Red value is 66 (26.17% from 255 or 18.97% from 348); Green value is 173 (67.97% from 255 or 49.71% from 348); Blue value is 109 (42.97% from 255 or 31.32% from 348); Max value from RGB is 173 - color contains mainly: green. Hex color #42AD6D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42AD6D is #BD5292. Grayscale: #858585. Windows color (decimal): -12407443 or 7187778. OLE color: 7187778.

HSL color Cylindrical-coordinate representation of color #42AD6D: hue angle of 144.11º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #42AD6D is Cyan = 0.62, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.32.

Color convert

RGB66173109-
CMYK0.6200.370.32
HSL144.11º44.77%46.86%-
HSV(B)144.11º61.85%67.84%-
XYZ19.9532.1519.62-
YUV133.71114.0579.7-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 18.97%
GREEN value IS 173 (67.97% from 255) = 49.71%
BLUE value IS 109 (42.97% from 255) = 31.32%
R=18.97%
G=49.71%
B=31.32%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal661731090.6200.370.32144.1144.7746.86
Hex42AD6D3E02520902d2f
Octal10225515576045402205557
Binary1000010101011011101101111110010010110000010010000101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42AD6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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