#42ab6d

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

Shades of Medium Sea Green #42AB6D

Tints of Medium Sea Green #42AB6D

Color information

#42AB6D (or 0x42AB6D) is unknown color: approx Medium Sea Green. HEX triplet: 42, AB and 6D. RGB value is (66,171,109). Sum of RGB (Red+Green+Blue) = 66+171+109=346 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.08% from 346); Green value is 171 (67.19% from 255 or 49.42% from 346); Blue value is 109 (42.97% from 255 or 31.50% from 346); Max value from RGB is 171 - color contains mainly: green. Hex color #42AB6D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42AB6D is #BD5492. Grayscale: #848484. Windows color (decimal): -12407955 or 7187266. OLE color: 7187266.

HSL color Cylindrical-coordinate representation of color #42AB6D: hue angle of 144.57º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #42AB6D is Cyan = 0.61, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.33.

Color convert

RGB66171109-
CMYK0.6100.360.33
HSL144.57º44.3%46.47%-
HSV(B)144.57º61.4%67.06%-
XYZ19.5731.3919.5-
YUV132.54114.7180.54-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 19.08%
GREEN value IS 171 (67.19% from 255) = 49.42%
BLUE value IS 109 (42.97% from 255) = 31.50%
R=19.08%
G=49.42%
B=31.50%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal661711090.6100.360.33144.5744.346.47
Hex42AB6D3D02421912c2e
Octal10225315575044412215456
Binary1000010101010111101101111101010010010000110010001101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42ab6d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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