Html Css Color HEX #42B976 Medium Sea Green

📋 copy color: '#42B976'

red 66 ◦ green 185 ◦ blue 118

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

Shades of Medium Sea Green #42B976

Tints of Medium Sea Green #42B976

RGB

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

 GREEN value IS 185 (72.66% from 255) = 50.14%

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

R = 17.89%
G = 50.14%
B = 31.98%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.36

 K value IS 0.27

RGB Variations

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

Color information

#42B976 (or 0x42B976) is known color: Medium Sea Green. HEX triplet: 42, B9 and 76. RGB value is (66,185,118). Sum of RGB (Red+Green+Blue) = 66+185+118=369 (48% of max value = 765). Red value is 66 (26.17% from 255 or 17.89% from 369); Green value is 185 (72.66% from 255 or 50.14% from 369); Blue value is 118 (46.48% from 255 or 31.98% from 369); Max value from RGB is 185 - color contains mainly: green. Hex color #42B976 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42B976 is #BD4689. Grayscale: #8D8D8D. Windows color (decimal): -12404362 or 7780674. OLE color: 7780674.

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

Color convert

RGB 66 185 118 -
CMYK 0.64 0 0.36 0.27
HSL 146.22º 0.47% 0.49% -
HSV(B) 146.22º 0.64% 0.73% -
XYZ 22.87 37.16 23.11 -
YUV 141.78 114.58 73.95 -
System Red Green Blue C M Y K H S L
Decimal 66 185 118 0.64 0 0.36 0.27 146.22 0.47 0.49
Hex 42 B9 76 40 0 24 1B 92 2F 31
Octal 102 271 166 100 0 44 33 222 57 61
Binary 1000010 10111001 1110110 1000000 0 100100 11011 10010010 101111 110001

Color Harmonies of #42B976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42B976

Black with #42B976

Text Example


Text Example

White with #42B976

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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