#42AC7D

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

Shades of Medium Sea Green #42AC7D

Tints of Medium Sea Green #42AC7D

Color information

#42AC7D (or 0x42AC7D) is unknown color: approx Medium Sea Green. HEX triplet: 42, AC and 7D. RGB value is (66,172,125). Sum of RGB (Red+Green+Blue) = 66+172+125=363 (48% of max value = 765). Red value is 66 (26.17% from 255 or 18.18% from 363); Green value is 172 (67.58% from 255 or 47.38% from 363); Blue value is 125 (49.22% from 255 or 34.44% from 363); Max value from RGB is 172 - color contains mainly: green. Hex color #42AC7D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42AC7D is #BD5382. Grayscale: #878787. Windows color (decimal): -12407683 or 8236098. OLE color: 8236098.

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

Color convert

RGB66172125-
CMYK0.6200.270.33
HSL153.4º44.54%46.67%-
HSV(B)153.4º61.63%67.45%-
XYZ20.732.1424.52-
YUV134.95122.3878.82-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 18.18%
GREEN value IS 172 (67.58% from 255) = 47.38%
BLUE value IS 125 (49.22% from 255) = 34.44%
R=18.18%
G=47.38%
B=34.44%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal661721250.6200.270.33153.444.5446.67
Hex42AC7D3E01B21992d2f
Octal10225417576033412315557
Binary100001010101100111110111111001101110000110011001101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42AC7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,172,125); }

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

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

 a { background-color: rgb(66,172,125); }

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

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

 span { border-color: rgb(66,172,125); }

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