#42C16A

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

Shades of Medium Sea Green #42C16A

Tints of Medium Sea Green #42C16A

Color information

#42C16A (or 0x42C16A) is unknown color: approx Medium Sea Green. HEX triplet: 42, C1 and 6A. RGB value is (66,193,106). Sum of RGB (Red+Green+Blue) = 66+193+106=365 (48% of max value = 765). Red value is 66 (26.17% from 255 or 18.08% from 365); Green value is 193 (75.78% from 255 or 52.88% from 365); Blue value is 106 (41.80% from 255 or 29.04% from 365); Max value from RGB is 193 - color contains mainly: green. Hex color #42C16A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42C16A is #BD3E95. Grayscale: #919191. Windows color (decimal): -12402326 or 6996290. OLE color: 6996290.

HSL color Cylindrical-coordinate representation of color #42C16A: hue angle of 138.9º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #42C16A is Cyan = 0.66, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.24.

Color convert

RGB66193106-
CMYK0.6600.450.24
HSL138.9º50.6%50.78%-
HSV(B)138.9º65.8%75.69%-
XYZ23.9240.3420.16-
YUV145.11105.9271.57-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 18.08%
GREEN value IS 193 (75.78% from 255) = 52.88%
BLUE value IS 106 (41.80% from 255) = 29.04%
R=18.08%
G=52.88%
B=29.04%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal661931060.6600.450.24138.950.650.78
Hex42C16A4202D188b3333
Octal102301152102055302136363
Binary1000010110000011101010100001001011011100010001011110011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42C16A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,193,106); }

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

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

 a { background-color: rgb(66,193,106); }

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

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

 span { border-color: rgb(66,193,106); }

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