#42AC74

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

Shades of Medium Sea Green #42AC74

Tints of Medium Sea Green #42AC74

Color information

#42AC74 (or 0x42AC74) is unknown color: approx Medium Sea Green. HEX triplet: 42, AC and 74. RGB value is (66,172,116). Sum of RGB (Red+Green+Blue) = 66+172+116=354 (46% of max value = 765). Red value is 66 (26.17% from 255 or 18.64% from 354); Green value is 172 (67.58% from 255 or 48.59% from 354); Blue value is 116 (45.70% from 255 or 32.77% from 354); Max value from RGB is 172 - color contains mainly: green. Hex color #42AC74 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42AC74 is #BD538B. Grayscale: #868686. Windows color (decimal): -12407692 or 7646274. OLE color: 7646274.

HSL color Cylindrical-coordinate representation of color #42AC74: hue angle of 148.3º 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 #42AC74 is Cyan = 0.62, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.33.

Color convert

RGB66172116-
CMYK0.6200.330.33
HSL148.3º44.54%46.67%-
HSV(B)148.3º61.63%67.45%-
XYZ20.1531.9221.62-
YUV133.92117.8879.55-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 18.64%
GREEN value IS 172 (67.58% from 255) = 48.59%
BLUE value IS 116 (45.70% from 255) = 32.77%
R=18.64%
G=48.59%
B=32.77%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal661721160.6200.330.33148.344.5446.67
Hex42AC743E02121942d2f
Octal10225416476041412245557
Binary1000010101011001110100111110010000110000110010100101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42AC74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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