#42AC66

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

Shades of Medium Sea Green #42AC66

Tints of Medium Sea Green #42AC66

Color information

#42AC66 (or 0x42AC66) is unknown color: approx Medium Sea Green. HEX triplet: 42, AC and 66. RGB value is (66,172,102). Sum of RGB (Red+Green+Blue) = 66+172+102=340 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.41% from 340); Green value is 172 (67.58% from 255 or 50.59% from 340); Blue value is 102 (40.23% from 255 or 30% from 340); Max value from RGB is 172 - color contains mainly: green. Hex color #42AC66 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42AC66 is #BD5399. Grayscale: #848484. Windows color (decimal): -12407706 or 6728770. OLE color: 6728770.

HSL color Cylindrical-coordinate representation of color #42AC66: hue angle of 140.38º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #42AC66 is Cyan = 0.62, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.33.

Color convert

RGB66172102-
CMYK0.6200.410.33
HSL140.38º44.54%46.67%-
HSV(B)140.38º61.63%67.45%-
XYZ19.431.6217.65-
YUV132.33110.8880.69-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 19.41%
GREEN value IS 172 (67.58% from 255) = 50.59%
BLUE value IS 102 (40.23% from 255) = 30%
R=19.41%
G=50.59%
B=30%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal661721020.6200.410.33140.3844.5446.67
Hex42AC663E029218c2d2f
Octal10225414676051412145557
Binary1000010101011001100110111110010100110000110001100101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42AC66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,172,102); }

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

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

 a { background-color: rgb(66,172,102); }

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

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

 span { border-color: rgb(66,172,102); }

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