#42BA6D

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

Shades of Medium Sea Green #42BA6D

Tints of Medium Sea Green #42BA6D

Color information

#42BA6D (or 0x42BA6D) is unknown color: approx Medium Sea Green. HEX triplet: 42, BA and 6D. RGB value is (66,186,109). Sum of RGB (Red+Green+Blue) = 66+186+109=361 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.28% from 361); Green value is 186 (73.05% from 255 or 51.52% from 361); Blue value is 109 (42.97% from 255 or 30.19% from 361); Max value from RGB is 186 - color contains mainly: green. Hex color #42BA6D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42BA6D is #BD4592. Grayscale: #8D8D8D. Windows color (decimal): -12404115 or 7191106. OLE color: 7191106.

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

Color convert

RGB66186109-
CMYK0.6500.410.27
HSL141.5º47.62%49.41%-
HSV(B)141.5º64.52%72.94%-
XYZ22.5737.3820.49-
YUV141.34109.7474.26-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 18.28%
GREEN value IS 186 (73.05% from 255) = 51.52%
BLUE value IS 109 (42.97% from 255) = 30.19%
R=18.28%
G=51.52%
B=30.19%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal661861090.6500.410.27141.547.6249.41
Hex42BA6D410291B8e3031
Octal102272155101051332166061
Binary1000010101110101101101100000101010011101110001110110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42BA6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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