Html Css Color HEX #42BD80 Medium Sea Green

📋 copy color: '#42BD80'

red 66 ◦ green 189 ◦ blue 128

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

Shades of Medium Sea Green #42BD80

Tints of Medium Sea Green #42BD80

RGB

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

 GREEN value IS 189 (74.22% from 255) = 49.35%

 BLUE value IS 128 (50.39% from 255) = 33.42%

R = 17.23%
G = 49.35%
B = 33.42%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.32

 K value IS 0.26

RGB Variations

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

Color information

#42BD80 (or 0x42BD80) is known color: Medium Sea Green. HEX triplet: 42, BD and 80. RGB value is (66,189,128). Sum of RGB (Red+Green+Blue) = 66+189+128=383 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.23% from 383); Green value is 189 (74.22% from 255 or 49.35% from 383); Blue value is 128 (50.39% from 255 or 33.42% from 383); Max value from RGB is 189 - color contains mainly: green. Hex color #42BD80 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42BD80 is #BD427F. Grayscale: #919191. Windows color (decimal): -12403328 or 8437058. OLE color: 8437058.

HSL color Cylindrical-coordinate representation of color #42BD80: hue angle of 150.24º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #42BD80 is Cyan = 0.65, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.26.

Color convert

RGB 66 189 128 -
CMYK 0.65 0 0.32 0.26
HSL 150.24º 0.48% 0.5% -
HSV(B) 150.24º 0.65% 0.74% -
XYZ 24.34 39.11 26.69 -
YUV 145.27 118.25 71.46 -
System Red Green Blue C M Y K H S L
Decimal 66 189 128 0.65 0 0.32 0.26 150.24 0.48 0.5
Hex 42 BD 80 41 0 20 1A 96 30 32
Octal 102 275 200 101 0 40 32 226 60 62
Binary 1000010 10111101 10000000 1000001 0 100000 11010 10010110 110000 110010

Color Harmonies of #42BD80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42BD80

Black with #42BD80

Text Example


Text Example

White with #42BD80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,189,128); }

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

background-color css

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

 a { background-color: rgb(66,189,128); }

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

border-color css

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

 span { border-color: rgb(66,189,128); }

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