Html Css Color HEX #42AD70 Medium Sea Green

📋 copy color: '#42AD70'

red 66 ◦ green 173 ◦ blue 112

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

Shades of Medium Sea Green #42AD70

Tints of Medium Sea Green #42AD70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 31.91%

R = 18.8%
G = 49.29%
B = 31.91%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.35

 K value IS 0.32

RGB Variations

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

Color information

#42AD70 (or 0x42AD70) is known color: Medium Sea Green. HEX triplet: 42, AD and 70. RGB value is (66,173,112). Sum of RGB (Red+Green+Blue) = 66+173+112=351 (46% of max value = 765). Red value is 66 (26.17% from 255 or 18.80% from 351); Green value is 173 (67.97% from 255 or 49.29% from 351); Blue value is 112 (44.14% from 255 or 31.91% from 351); Max value from RGB is 173 - color contains mainly: green. Hex color #42AD70 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42AD70 is #BD528F. Grayscale: #868686. Windows color (decimal): -12407440 or 7384386. OLE color: 7384386.

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

Color convert

RGB 66 173 112 -
CMYK 0.62 0 0.35 0.32
HSL 145.79º 0.45% 0.47% -
HSV(B) 145.79º 0.62% 0.68% -
XYZ 20.11 32.22 20.49 -
YUV 134.05 115.55 79.46 -
System Red Green Blue C M Y K H S L
Decimal 66 173 112 0.62 0 0.35 0.32 145.79 0.45 0.47
Hex 42 AD 70 3E 0 23 20 92 2D 2F
Octal 102 255 160 76 0 43 40 222 55 57
Binary 1000010 10101101 1110000 111110 0 100011 100000 10010010 101101 101111

Color Harmonies of #42AD70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42AD70

Black with #42AD70

Text Example


Text Example

White with #42AD70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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