#42AF7C

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

Shades of Medium Sea Green #42AF7C

Tints of Medium Sea Green #42AF7C

Color information

#42AF7C (or 0x42AF7C) is unknown color: approx Medium Sea Green. HEX triplet: 42, AF and 7C. RGB value is (66,175,124). Sum of RGB (Red+Green+Blue) = 66+175+124=365 (48% of max value = 765). Red value is 66 (26.17% from 255 or 18.08% from 365); Green value is 175 (68.75% from 255 or 47.95% from 365); Blue value is 124 (48.83% from 255 or 33.97% from 365); Max value from RGB is 175 - color contains mainly: green. Hex color #42AF7C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42AF7C is #BD5083. Grayscale: #888888. Windows color (decimal): -12406916 or 8171330. OLE color: 8171330.

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

Color convert

RGB66175124-
CMYK0.6200.290.31
HSL151.93º45.23%47.25%-
HSV(B)151.93º62.29%68.63%-
XYZ21.2133.2724.37-
YUV136.6120.8977.65-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 18.08%
GREEN value IS 175 (68.75% from 255) = 47.95%
BLUE value IS 124 (48.83% from 255) = 33.97%
R=18.08%
G=47.95%
B=33.97%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal661751240.6200.290.31151.9345.2347.25
Hex42AF7C3E01D1F982d2f
Octal10225717476035372305557
Binary10000101010111111111001111100111011111110011000101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42AF7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,175,124); }

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

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

 a { background-color: rgb(66,175,124); }

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

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

 span { border-color: rgb(66,175,124); }

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