#42BA80

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

Shades of Medium Sea Green #42BA80

Tints of Medium Sea Green #42BA80

Color information

#42BA80 (or 0x42BA80) is unknown color: approx Medium Sea Green. HEX triplet: 42, BA and 80. RGB value is (66,186,128). Sum of RGB (Red+Green+Blue) = 66+186+128=380 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.37% from 380); Green value is 186 (73.05% from 255 or 48.95% from 380); Blue value is 128 (50.39% from 255 or 33.68% from 380); Max value from RGB is 186 - color contains mainly: green. Hex color #42BA80 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42BA80 is #BD457F. Grayscale: #8F8F8F. Windows color (decimal): -12404096 or 8436290. OLE color: 8436290.

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

Color convert

RGB66186128-
CMYK0.6500.310.27
HSL151º47.62%49.41%-
HSV(B)151º64.52%72.94%-
XYZ23.737.8326.48-
YUV143.51119.2472.72-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 17.37%
GREEN value IS 186 (73.05% from 255) = 48.95%
BLUE value IS 128 (50.39% from 255) = 33.68%
R=17.37%
G=48.95%
B=33.68%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal661861280.6500.310.2715147.6249.41
Hex42BA804101F1B973031
Octal102272200101037332276061
Binary1000010101110101000000010000010111111101110010111110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42BA80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,186,128); }

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

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

 a { background-color: rgb(66,186,128); }

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

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

 span { border-color: rgb(66,186,128); }

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