Html Css Color HEX #42AD74 Medium Sea Green

📋 copy color: '#42AD74'

red 66 ◦ green 173 ◦ blue 116

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

Shades of Medium Sea Green #42AD74

Tints of Medium Sea Green #42AD74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 32.68%

R = 18.59%
G = 48.73%
B = 32.68%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.33

 K value IS 0.32

RGB Variations

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

Color information

#42AD74 (or 0x42AD74) is known color: Medium Sea Green. HEX triplet: 42, AD and 74. RGB value is (66,173,116). Sum of RGB (Red+Green+Blue) = 66+173+116=355 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.59% from 355); Green value is 173 (67.97% from 255 or 48.73% from 355); Blue value is 116 (45.70% from 255 or 32.68% from 355); Max value from RGB is 173 - color contains mainly: green. Hex color #42AD74 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42AD74 is #BD528B. Grayscale: #868686. Windows color (decimal): -12407436 or 7646530. OLE color: 7646530.

HSL color Cylindrical-coordinate representation of color #42AD74: hue angle of 148.04º 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 #42AD74 is Cyan = 0.62, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.32.

Color convert

RGB 66 173 116 -
CMYK 0.62 0 0.33 0.32
HSL 148.04º 0.45% 0.47% -
HSV(B) 148.04º 0.62% 0.68% -
XYZ 20.34 32.31 21.69 -
YUV 134.51 117.55 79.13 -
System Red Green Blue C M Y K H S L
Decimal 66 173 116 0.62 0 0.33 0.32 148.04 0.45 0.47
Hex 42 AD 74 3E 0 21 20 94 2D 2F
Octal 102 255 164 76 0 41 40 224 55 57
Binary 1000010 10101101 1110100 111110 0 100001 100000 10010100 101101 101111

Color Harmonies of #42AD74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42AD74

Black with #42AD74

Text Example


Text Example

White with #42AD74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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