#42B774

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

Shades of Medium Sea Green #42B774

Tints of Medium Sea Green #42B774

Color information

#42B774 (or 0x42B774) is unknown color: approx 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

RGB66183116-
CMYK0.6400.370.28
HSL145.64º46.99%48.82%-
HSV(B)145.64º63.93%71.76%-
XYZ22.3336.2922.35-
YUV140.38114.2474.95-

RGB Variations

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

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.70% from 255) = 31.78%
R=18.08%
G=50.14%
B=31.78%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal661831160.6400.370.28145.6446.9948.82
Hex42B774400251C922f31
Octal102267164100045342225761
Binary1000010101101111110100100000001001011110010010010101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42B774

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>