Html Css Color HEX #42C079 Medium Sea Green

📋 copy color: '#42C079'

red 66 ◦ green 192 ◦ blue 121

#42C079
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Sea Green #42C079

Tints of Medium Sea Green #42C079

RGB

 RED value IS 66 (26.17% from 255) = 17.41%

 GREEN value IS 192 (75.39% from 255) = 50.66%

 BLUE value IS 121 (47.66% from 255) = 31.93%

R = 17.41%
G = 50.66%
B = 31.93%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.37

 K value IS 0.25

RGB Variations

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

Color information

#42C079 (or 0x42C079) is known color: Medium Sea Green. HEX triplet: 42, C0 and 79. RGB value is (66,192,121). Sum of RGB (Red+Green+Blue) = 66+192+121=379 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.41% from 379); Green value is 192 (75.39% from 255 or 50.66% from 379); Blue value is 121 (47.66% from 255 or 31.93% from 379); Max value from RGB is 192 - color contains mainly: green. Hex color #42C079 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42C079 is #BD3F86. Grayscale: #929292. Windows color (decimal): -12402567 or 7979074. OLE color: 7979074.

HSL color Cylindrical-coordinate representation of color #42C079: hue angle of 146.19º 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 #42C079 is Cyan = 0.66, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.25.

Color convert

RGB 66 192 121 -
CMYK 0.66 0 0.37 0.25
HSL 146.19º 0.5% 0.51% -
HSV(B) 146.19º 0.66% 0.75% -
XYZ 24.55 40.24 24.56 -
YUV 146.23 113.76 70.77 -
System Red Green Blue C M Y K H S L
Decimal 66 192 121 0.66 0 0.37 0.25 146.19 0.5 0.51
Hex 42 C0 79 42 0 25 19 92 32 33
Octal 102 300 171 102 0 45 31 222 62 63
Binary 1000010 11000000 1111001 1000010 0 100101 11001 10010010 110010 110011

Color Harmonies of #42C079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42C079

Black with #42C079

Text Example


Text Example

White with #42C079

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #42C079;
 }
 .AnyTagClassName
 {
   color: #42C079;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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