Html Css Color HEX #42C178 Medium Sea Green

📋 copy color: '#42C178'

red 66 ◦ green 193 ◦ blue 120

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

Shades of Medium Sea Green #42C178

Tints of Medium Sea Green #42C178

RGB

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

 GREEN value IS 193 (75.78% from 255) = 50.92%

 BLUE value IS 120 (47.27% from 255) = 31.66%

R = 17.41%
G = 50.92%
B = 31.66%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.38

 K value IS 0.24

RGB Variations

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

Color information

#42C178 (or 0x42C178) is known color: Medium Sea Green. HEX triplet: 42, C1 and 78. RGB value is (66,193,120). Sum of RGB (Red+Green+Blue) = 66+193+120=379 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.41% from 379); Green value is 193 (75.78% from 255 or 50.92% from 379); Blue value is 120 (47.27% from 255 or 31.66% from 379); Max value from RGB is 193 - color contains mainly: green. Hex color #42C178 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42C178 is #BD3E87. Grayscale: #929292. Windows color (decimal): -12402312 or 7913794. OLE color: 7913794.

HSL color Cylindrical-coordinate representation of color #42C178: hue angle of 145.51º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #42C178 is Cyan = 0.66, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.24.

Color convert

RGB 66 193 120 -
CMYK 0.66 0 0.38 0.24
HSL 145.51º 0.51% 0.51% -
HSV(B) 145.51º 0.66% 0.76% -
XYZ 24.71 40.65 24.31 -
YUV 146.71 112.92 70.44 -
System Red Green Blue C M Y K H S L
Decimal 66 193 120 0.66 0 0.38 0.24 145.51 0.51 0.51
Hex 42 C1 78 42 0 26 18 92 33 33
Octal 102 301 170 102 0 46 30 222 63 63
Binary 1000010 11000001 1111000 1000010 0 100110 11000 10010010 110011 110011

Color Harmonies of #42C178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42C178

Black with #42C178

Text Example


Text Example

White with #42C178

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,193,120); }

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

background-color css

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

 a { background-color: rgb(66,193,120); }

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

border-color css

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

 span { border-color: rgb(66,193,120); }

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