Html Css Color HEX #42B87D Medium Sea Green

📋 copy color: '#42B87D'

red 66 ◦ green 184 ◦ blue 125

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

Shades of Medium Sea Green #42B87D

Tints of Medium Sea Green #42B87D

RGB

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

 GREEN value IS 184 (72.27% from 255) = 49.07%

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

R = 17.6%
G = 49.07%
B = 33.33%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.32

 K value IS 0.28

RGB Variations

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

Color information

#42B87D (or 0x42B87D) is known color: Medium Sea Green. HEX triplet: 42, B8 and 7D. RGB value is (66,184,125). Sum of RGB (Red+Green+Blue) = 66+184+125=375 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.6% from 375); Green value is 184 (72.27% from 255 or 49.07% from 375); Blue value is 125 (49.22% from 255 or 33.33% from 375); Max value from RGB is 184 - color contains mainly: green. Hex color #42B87D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42B87D is #BD4782. Grayscale: #8E8E8E. Windows color (decimal): -12404611 or 8239170. OLE color: 8239170.

HSL color Cylindrical-coordinate representation of color #42B87D: hue angle of 150º degrees, saturation: 0.47, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #42B87D is Cyan = 0.64, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.28.

Color convert

RGB 66 184 125 -
CMYK 0.64 0 0.32 0.28
HSL 150º 0.47% 0.49% -
HSV(B) 150º 0.64% 0.72% -
XYZ 23.09 36.92 25.31 -
YUV 141.99 118.41 73.8 -
System Red Green Blue C M Y K H S L
Decimal 66 184 125 0.64 0 0.32 0.28 150 0.47 0.49
Hex 42 B8 7D 40 0 20 1C 96 2F 31
Octal 102 270 175 100 0 40 34 226 57 61
Binary 1000010 10111000 1111101 1000000 0 100000 11100 10010110 101111 110001

Color Harmonies of #42B87D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42B87D

Black with #42B87D

Text Example


Text Example

White with #42B87D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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