#42AB7C

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

Shades of Medium Sea Green #42AB7C

Tints of Medium Sea Green #42AB7C

Color information

#42AB7C (or 0x42AB7C) is unknown color: approx Medium Sea Green. HEX triplet: 42, AB and 7C. RGB value is (66,171,124). Sum of RGB (Red+Green+Blue) = 66+171+124=361 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.28% from 361); Green value is 171 (67.19% from 255 or 47.37% from 361); Blue value is 124 (48.83% from 255 or 34.35% from 361); Max value from RGB is 171 - color contains mainly: green. Hex color #42AB7C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42AB7C is #BD5483. Grayscale: #868686. Windows color (decimal): -12407940 or 8170306. OLE color: 8170306.

HSL color Cylindrical-coordinate representation of color #42AB7C: hue angle of 153.14º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #42AB7C is Cyan = 0.61, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.33.

Color convert

RGB66171124-
CMYK0.6100.270.33
HSL153.14º44.3%46.47%-
HSV(B)153.14º61.4%67.06%-
XYZ20.4531.7424.12-
YUV134.25122.2179.32-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 18.28%
GREEN value IS 171 (67.19% from 255) = 47.37%
BLUE value IS 124 (48.83% from 255) = 34.35%
R=18.28%
G=47.37%
B=34.35%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal661711240.6100.270.33153.1444.346.47
Hex42AB7C3D01B21992c2e
Octal10225317475033412315456
Binary100001010101011111110011110101101110000110011001101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42AB7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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