Html Css Color HEX #42AC76 Medium Sea Green

📋 copy color: '#42AC76'

red 66 ◦ green 172 ◦ blue 118

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

Shades of Medium Sea Green #42AC76

Tints of Medium Sea Green #42AC76

RGB

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

 GREEN value IS 172 (67.58% from 255) = 48.31%

 BLUE value IS 118 (46.48% from 255) = 33.15%

R = 18.54%
G = 48.31%
B = 33.15%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.31

 K value IS 0.33

RGB Variations

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

Color information

#42AC76 (or 0x42AC76) is known color: Medium Sea Green. HEX triplet: 42, AC and 76. RGB value is (66,172,118). Sum of RGB (Red+Green+Blue) = 66+172+118=356 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.54% from 356); Green value is 172 (67.58% from 255 or 48.31% from 356); Blue value is 118 (46.48% from 255 or 33.15% from 356); Max value from RGB is 172 - color contains mainly: green. Hex color #42AC76 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42AC76 is #BD5389. Grayscale: #868686. Windows color (decimal): -12407690 or 7777346. OLE color: 7777346.

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

Color convert

RGB 66 172 118 -
CMYK 0.62 0 0.31 0.33
HSL 149.43º 0.45% 0.47% -
HSV(B) 149.43º 0.62% 0.67% -
XYZ 20.27 31.97 22.24 -
YUV 134.15 118.88 79.39 -
System Red Green Blue C M Y K H S L
Decimal 66 172 118 0.62 0 0.31 0.33 149.43 0.45 0.47
Hex 42 AC 76 3E 0 1F 21 95 2D 2F
Octal 102 254 166 76 0 37 41 225 55 57
Binary 1000010 10101100 1110110 111110 0 11111 100001 10010101 101101 101111

Color Harmonies of #42AC76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42AC76

Black with #42AC76

Text Example


Text Example

White with #42AC76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,172,118); }

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

background-color css

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

 a { background-color: rgb(66,172,118); }

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

border-color css

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

 span { border-color: rgb(66,172,118); }

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