#42BC73

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

Shades of Medium Sea Green #42BC73

Tints of Medium Sea Green #42BC73

Color information

#42BC73 (or 0x42BC73) is unknown color: approx Medium Sea Green. HEX triplet: 42, BC and 73. RGB value is (66,188,115). Sum of RGB (Red+Green+Blue) = 66+188+115=369 (48% of max value = 765). Red value is 66 (26.17% from 255 or 17.89% from 369); Green value is 188 (73.83% from 255 or 50.95% from 369); Blue value is 115 (45.31% from 255 or 31.17% from 369); Max value from RGB is 188 - color contains mainly: green. Hex color #42BC73 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42BC73 is #BD438C. Grayscale: #8F8F8F. Windows color (decimal): -12403597 or 7584834. OLE color: 7584834.

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

Color convert

RGB66188115-
CMYK0.6500.390.26
HSL144.1º48.03%49.8%-
HSV(B)144.1º64.89%73.73%-
XYZ23.3238.3622.4-
YUV143.2112.0872.94-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 17.89%
GREEN value IS 188 (73.83% from 255) = 50.95%
BLUE value IS 115 (45.31% from 255) = 31.17%
R=17.89%
G=50.95%
B=31.17%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal661881150.6500.390.26144.148.0349.8
Hex42BC73410271A903032
Octal102274163101047322206062
Binary1000010101111001110011100000101001111101010010000110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42BC73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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