#42bc6c

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

Shades of Medium Sea Green #42BC6C

Tints of Medium Sea Green #42BC6C

Color information

#42BC6C (or 0x42BC6C) is unknown color: approx Medium Sea Green. HEX triplet: 42, BC and 6C. RGB value is (66,188,108). Sum of RGB (Red+Green+Blue) = 66+188+108=362 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.23% from 362); Green value is 188 (73.83% from 255 or 51.93% from 362); Blue value is 108 (42.58% from 255 or 29.83% from 362); Max value from RGB is 188 - color contains mainly: green. Hex color #42BC6C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42BC6C is #BD4393. Grayscale: #8E8E8E. Windows color (decimal): -12403604 or 7126082. OLE color: 7126082.

HSL color Cylindrical-coordinate representation of color #42BC6C: hue angle of 140.66º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #42BC6C is Cyan = 0.65, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.26.

Color convert

RGB66188108-
CMYK0.6500.430.26
HSL140.66º48.03%49.8%-
HSV(B)140.66º64.89%73.73%-
XYZ22.9438.2120.35-
YUV142.4108.5873.5-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 18.23%
GREEN value IS 188 (73.83% from 255) = 51.93%
BLUE value IS 108 (42.58% from 255) = 29.83%
R=18.23%
G=51.93%
B=29.83%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal661881080.6500.430.26140.6648.0349.8
Hex42BC6C4102B1A8d3032
Octal102274154101053322156062
Binary1000010101111001101100100000101010111101010001101110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42bc6c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,188,108); }

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

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

 a { background-color: rgb(66,188,108); }

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

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

 span { border-color: rgb(66,188,108); }

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