#42C075

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

Shades of Medium Sea Green #42C075

Tints of Medium Sea Green #42C075

Color information

#42C075 (or 0x42C075) is unknown color: approx Medium Sea Green. HEX triplet: 42, C0 and 75. RGB value is (66,192,117). Sum of RGB (Red+Green+Blue) = 66+192+117=375 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.6% from 375); Green value is 192 (75.39% from 255 or 51.2% from 375); Blue value is 117 (46.09% from 255 or 31.2% from 375); Max value from RGB is 192 - color contains mainly: green. Hex color #42C075 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42C075 is #BD3F8A. Grayscale: #919191. Windows color (decimal): -12402571 or 7716930. OLE color: 7716930.

HSL color Cylindrical-coordinate representation of color #42C075: hue angle of 144.29º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #42C075 is Cyan = 0.66, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.25.

Color convert

RGB66192117-
CMYK0.6600.390.25
HSL144.29º50%50.59%-
HSV(B)144.29º65.62%75.29%-
XYZ24.3140.1423.3-
YUV145.78111.7671.1-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 17.6%
GREEN value IS 192 (75.39% from 255) = 51.2%
BLUE value IS 117 (46.09% from 255) = 31.2%
R=17.6%
G=51.2%
B=31.2%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal661921170.6600.390.25144.295050.59
Hex42C0754202719903233
Octal102300165102047312206263
Binary1000010110000001110101100001001001111100110010000110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42C075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,192,117); }

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

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

 a { background-color: rgb(66,192,117); }

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

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

 span { border-color: rgb(66,192,117); }

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