Html Css Color HEX #42C077 Medium Sea Green

📋 copy color: '#42C077'

red 66 ◦ green 192 ◦ blue 119

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

Shades of Medium Sea Green #42C077

Tints of Medium Sea Green #42C077

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 31.56%

R = 17.51%
G = 50.93%
B = 31.56%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.38

 K value IS 0.25

RGB Variations

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

Color information

#42C077 (or 0x42C077) is known color: Medium Sea Green. HEX triplet: 42, C0 and 77. RGB value is (66,192,119). Sum of RGB (Red+Green+Blue) = 66+192+119=377 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.51% from 377); Green value is 192 (75.39% from 255 or 50.93% from 377); Blue value is 119 (46.88% from 255 or 31.56% from 377); Max value from RGB is 192 - color contains mainly: green. Hex color #42C077 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42C077 is #BD3F88. Grayscale: #929292. Windows color (decimal): -12402569 or 7848002. OLE color: 7848002.

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

Color convert

RGB 66 192 119 -
CMYK 0.66 0 0.38 0.25
HSL 145.24º 0.5% 0.51% -
HSV(B) 145.24º 0.66% 0.75% -
XYZ 24.43 40.19 23.92 -
YUV 146 112.76 70.94 -
System Red Green Blue C M Y K H S L
Decimal 66 192 119 0.66 0 0.38 0.25 145.24 0.5 0.51
Hex 42 C0 77 42 0 26 19 91 32 33
Octal 102 300 167 102 0 46 31 221 62 63
Binary 1000010 11000000 1110111 1000010 0 100110 11001 10010001 110010 110011

Color Harmonies of #42C077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42C077

Black with #42C077

Text Example


Text Example

White with #42C077

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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