Html Css Color HEX #42AD7C Medium Sea Green

📋 copy color: '#42AD7C'

red 66 ◦ green 173 ◦ blue 124

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

Shades of Medium Sea Green #42AD7C

Tints of Medium Sea Green #42AD7C

RGB

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

 GREEN value IS 173 (67.97% from 255) = 47.66%

 BLUE value IS 124 (48.83% from 255) = 34.16%

R = 18.18%
G = 47.66%
B = 34.16%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.28

 K value IS 0.32

RGB Variations

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

Color information

#42AD7C (or 0x42AD7C) is known color: Medium Sea Green. HEX triplet: 42, AD and 7C. RGB value is (66,173,124). Sum of RGB (Red+Green+Blue) = 66+173+124=363 (48% of max value = 765). Red value is 66 (26.17% from 255 or 18.18% from 363); Green value is 173 (67.97% from 255 or 47.66% from 363); Blue value is 124 (48.83% from 255 or 34.16% from 363); Max value from RGB is 173 - color contains mainly: green. Hex color #42AD7C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42AD7C is #BD5283. Grayscale: #878787. Windows color (decimal): -12407428 or 8170818. OLE color: 8170818.

HSL color Cylindrical-coordinate representation of color #42AD7C: hue angle of 152.52º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #42AD7C is Cyan = 0.62, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.32.

Color convert

RGB 66 173 124 -
CMYK 0.62 0 0.28 0.32
HSL 152.52º 0.45% 0.47% -
HSV(B) 152.52º 0.62% 0.68% -
XYZ 20.83 32.5 24.24 -
YUV 135.42 121.55 78.48 -
System Red Green Blue C M Y K H S L
Decimal 66 173 124 0.62 0 0.28 0.32 152.52 0.45 0.47
Hex 42 AD 7C 3E 0 1C 20 99 2D 2F
Octal 102 255 174 76 0 34 40 231 55 57
Binary 1000010 10101101 1111100 111110 0 11100 100000 10011001 101101 101111

Color Harmonies of #42AD7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42AD7C

Black with #42AD7C

Text Example


Text Example

White with #42AD7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,173,124); }

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

background-color css

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

 a { background-color: rgb(66,173,124); }

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

border-color css

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

 span { border-color: rgb(66,173,124); }

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