#42C074

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

Shades of Medium Sea Green #42C074

Tints of Medium Sea Green #42C074

Color information

#42C074 (or 0x42C074) is unknown color: approx Medium Sea Green. HEX triplet: 42, C0 and 74. RGB value is (66,192,116). Sum of RGB (Red+Green+Blue) = 66+192+116=374 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.65% from 374); Green value is 192 (75.39% from 255 or 51.34% from 374); Blue value is 116 (45.70% from 255 or 31.02% from 374); Max value from RGB is 192 - color contains mainly: green. Hex color #42C074 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42C074 is #BD3F8B. Grayscale: #919191. Windows color (decimal): -12402572 or 7651394. OLE color: 7651394.

HSL color Cylindrical-coordinate representation of color #42C074: hue angle of 143.81º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #42C074 is Cyan = 0.66, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.25.

Color convert

RGB66192116-
CMYK0.6600.400.25
HSL143.81º50%50.59%-
HSV(B)143.81º65.62%75.29%-
XYZ24.2540.1222.99-
YUV145.66111.2671.18-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 17.65%
GREEN value IS 192 (75.39% from 255) = 51.34%
BLUE value IS 116 (45.70% from 255) = 31.02%
R=17.65%
G=51.34%
B=31.02%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal661921160.6600.400.25143.815050.59
Hex42C0744202819903233
Octal102300164102050312206263
Binary1000010110000001110100100001001010001100110010000110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42C074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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