#42BA66

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

Shades of Medium Sea Green #42BA66

Tints of Medium Sea Green #42BA66

Color information

#42BA66 (or 0x42BA66) is unknown color: approx Medium Sea Green. HEX triplet: 42, BA and 66. RGB value is (66,186,102). Sum of RGB (Red+Green+Blue) = 66+186+102=354 (46% of max value = 765). Red value is 66 (26.17% from 255 or 18.64% from 354); Green value is 186 (73.05% from 255 or 52.54% from 354); Blue value is 102 (40.23% from 255 or 28.81% from 354); Max value from RGB is 186 - color contains mainly: green. Hex color #42BA66 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42BA66 is #BD4599. Grayscale: #8C8C8C. Windows color (decimal): -12404122 or 6732354. OLE color: 6732354.

HSL color Cylindrical-coordinate representation of color #42BA66: hue angle of 138º 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 #42BA66 is Cyan = 0.65, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.27.

Color convert

RGB66186102-
CMYK0.6500.450.27
HSL138º47.62%49.41%-
HSV(B)138º64.52%72.94%-
XYZ22.237.2418.59-
YUV140.54106.2474.83-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 18.64%
GREEN value IS 186 (73.05% from 255) = 52.54%
BLUE value IS 102 (40.23% from 255) = 28.81%
R=18.64%
G=52.54%
B=28.81%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal661861020.6500.450.2713847.6249.41
Hex42BA664102D1B8a3031
Octal102272146101055332126061
Binary1000010101110101100110100000101011011101110001010110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42BA66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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