#42C06F

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

Shades of Medium Sea Green #42C06F

Tints of Medium Sea Green #42C06F

Color information

#42C06F (or 0x42C06F) is unknown color: approx Medium Sea Green. HEX triplet: 42, C0 and 6F. RGB value is (66,192,111). Sum of RGB (Red+Green+Blue) = 66+192+111=369 (48% of max value = 765). Red value is 66 (26.17% from 255 or 17.89% from 369); Green value is 192 (75.39% from 255 or 52.03% from 369); Blue value is 111 (43.75% from 255 or 30.08% from 369); Max value from RGB is 192 - color contains mainly: green. Hex color #42C06F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42C06F is #BD3F90. Grayscale: #919191. Windows color (decimal): -12402577 or 7323714. OLE color: 7323714.

HSL color Cylindrical-coordinate representation of color #42C06F: hue angle of 141.43º 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 #42C06F is Cyan = 0.66, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.25.

Color convert

RGB66192111-
CMYK0.6600.420.25
HSL141.43º50%50.59%-
HSV(B)141.43º65.62%75.29%-
XYZ23.9740.0121.5-
YUV145.09108.7671.59-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 17.89%
GREEN value IS 192 (75.39% from 255) = 52.03%
BLUE value IS 111 (43.75% from 255) = 30.08%
R=17.89%
G=52.03%
B=30.08%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal661921110.6600.420.25141.435050.59
Hex42C06F4202A198d3233
Octal102300157102052312156263
Binary1000010110000001101111100001001010101100110001101110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42C06F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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