#42AC6F

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

Shades of Medium Sea Green #42AC6F

Tints of Medium Sea Green #42AC6F

Color information

#42AC6F (or 0x42AC6F) is unknown color: approx Medium Sea Green. HEX triplet: 42, AC and 6F. RGB value is (66,172,111). Sum of RGB (Red+Green+Blue) = 66+172+111=349 (46% of max value = 765). Red value is 66 (26.17% from 255 or 18.91% from 349); Green value is 172 (67.58% from 255 or 49.28% from 349); Blue value is 111 (43.75% from 255 or 31.81% from 349); Max value from RGB is 172 - color contains mainly: green. Hex color #42AC6F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42AC6F is #BD5390. Grayscale: #858585. Windows color (decimal): -12407697 or 7318594. OLE color: 7318594.

HSL color Cylindrical-coordinate representation of color #42AC6F: hue angle of 145.47º 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 #42AC6F is Cyan = 0.62, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.33.

Color convert

RGB66172111-
CMYK0.6200.350.33
HSL145.47º44.54%46.67%-
HSV(B)145.47º61.63%67.45%-
XYZ19.8731.8120.13-
YUV133.35115.3879.96-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 18.91%
GREEN value IS 172 (67.58% from 255) = 49.28%
BLUE value IS 111 (43.75% from 255) = 31.81%
R=18.91%
G=49.28%
B=31.81%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal661721110.6200.350.33145.4744.5446.67
Hex42AC6F3E02321912d2f
Octal10225415776043412215557
Binary1000010101011001101111111110010001110000110010001101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42AC6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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