Html Css Color HEX #42B774 Medium Sea Green

📋 copy color: '#42B774'

red 66 ◦ green 183 ◦ blue 116

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

Shades of Medium Sea Green #42B774

Tints of Medium Sea Green #42B774

RGB

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

 GREEN value IS 183 (71.88% from 255) = 50.14%

 BLUE value IS 116 (45.7% from 255) = 31.78%

R = 18.08%
G = 50.14%
B = 31.78%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.37

 K value IS 0.28

RGB Variations

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

Color information

#42B774 (or 0x42B774) is known color: Medium Sea Green. HEX triplet: 42, B7 and 74. RGB value is (66,183,116). Sum of RGB (Red+Green+Blue) = 66+183+116=365 (48% of max value = 765). Red value is 66 (26.17% from 255 or 18.08% from 365); Green value is 183 (71.88% from 255 or 50.14% from 365); Blue value is 116 (45.70% from 255 or 31.78% from 365); Max value from RGB is 183 - color contains mainly: green. Hex color #42B774 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42B774 is #BD488B. Grayscale: #8C8C8C. Windows color (decimal): -12404876 or 7649090. OLE color: 7649090.

HSL color Cylindrical-coordinate representation of color #42B774: hue angle of 145.64º 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 #42B774 is Cyan = 0.64, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.28.

Color convert

RGB 66 183 116 -
CMYK 0.64 0 0.37 0.28
HSL 145.64º 0.47% 0.49% -
HSV(B) 145.64º 0.64% 0.72% -
XYZ 22.33 36.29 22.35 -
YUV 140.38 114.24 74.95 -
System Red Green Blue C M Y K H S L
Decimal 66 183 116 0.64 0 0.37 0.28 145.64 0.47 0.49
Hex 42 B7 74 40 0 25 1C 92 2F 31
Octal 102 267 164 100 0 45 34 222 57 61
Binary 1000010 10110111 1110100 1000000 0 100101 11100 10010010 101111 110001

Color Harmonies of #42B774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42B774

Black with #42B774

Text Example


Text Example

White with #42B774

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,183,116); }

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

background-color css

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

 a { background-color: rgb(66,183,116); }

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

border-color css

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

 span { border-color: rgb(66,183,116); }

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