Html Css Color HEX #42BA7D Medium Sea Green

📋 copy color: '#42BA7D'

red 66 ◦ green 186 ◦ blue 125

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

Shades of Medium Sea Green #42BA7D

Tints of Medium Sea Green #42BA7D

RGB

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

 GREEN value IS 186 (73.05% from 255) = 49.34%

 BLUE value IS 125 (49.22% from 255) = 33.16%

R = 17.51%
G = 49.34%
B = 33.16%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.33

 K value IS 0.27

RGB Variations

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

Color information

#42BA7D (or 0x42BA7D) is known color: Medium Sea Green. HEX triplet: 42, BA and 7D. RGB value is (66,186,125). Sum of RGB (Red+Green+Blue) = 66+186+125=377 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.51% from 377); Green value is 186 (73.05% from 255 or 49.34% from 377); Blue value is 125 (49.22% from 255 or 33.16% from 377); Max value from RGB is 186 - color contains mainly: green. Hex color #42BA7D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42BA7D is #BD4582. Grayscale: #8F8F8F. Windows color (decimal): -12404099 or 8239682. OLE color: 8239682.

HSL color Cylindrical-coordinate representation of color #42BA7D: hue angle of 149.5º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #42BA7D is Cyan = 0.65, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.27.

Color convert

RGB 66 186 125 -
CMYK 0.65 0 0.33 0.27
HSL 149.5º 0.48% 0.49% -
HSV(B) 149.5º 0.65% 0.73% -
XYZ 23.51 37.76 25.45 -
YUV 143.17 117.74 72.96 -
System Red Green Blue C M Y K H S L
Decimal 66 186 125 0.65 0 0.33 0.27 149.5 0.48 0.49
Hex 42 BA 7D 41 0 21 1B 96 30 31
Octal 102 272 175 101 0 41 33 226 60 61
Binary 1000010 10111010 1111101 1000001 0 100001 11011 10010110 110000 110001

Color Harmonies of #42BA7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42BA7D

Black with #42BA7D

Text Example


Text Example

White with #42BA7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,186,125); }

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

background-color css

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

 a { background-color: rgb(66,186,125); }

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

border-color css

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

 span { border-color: rgb(66,186,125); }

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