#42B77A

Color #42B77A Medium Sea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Sea Green #42B77A

Tints of Medium Sea Green #42B77A

Color information

#42B77A (or 0x42B77A) is unknown color: approx Medium Sea Green. HEX triplet: 42, B7 and 7A. RGB value is (66,183,122). Sum of RGB (Red+Green+Blue) = 66+183+122=371 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.79% from 371); Green value is 183 (71.88% from 255 or 49.33% from 371); Blue value is 122 (48.05% from 255 or 32.88% from 371); Max value from RGB is 183 - color contains mainly: green. Hex color #42B77A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42B77A is #BD4885. Grayscale: #8D8D8D. Windows color (decimal): -12404870 or 8042306. OLE color: 8042306.

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

Color convert

RGB66183122-
CMYK0.6400.330.28
HSL148.72º46.99%48.82%-
HSV(B)148.72º63.93%71.76%-
XYZ22.6936.4324.25-
YUV141.06117.2474.46-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 17.79%
GREEN value IS 183 (71.88% from 255) = 49.33%
BLUE value IS 122 (48.05% from 255) = 32.88%
R=17.79%
G=49.33%
B=32.88%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal661831220.6400.330.28148.7246.9948.82
Hex42B77A400211C952f31
Octal102267172100041342255761
Binary1000010101101111111010100000001000011110010010101101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42B77A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #42B77A;
 }
 .AnyTagClassName
 {
   color: #42B77A;
 }
</style>
background-color css

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

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

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

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

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

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