#42AB7F

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

Shades of Medium Sea Green #42AB7F

Tints of Medium Sea Green #42AB7F

Color information

#42AB7F (or 0x42AB7F) is unknown color: approx Medium Sea Green. HEX triplet: 42, AB and 7F. RGB value is (66,171,127). Sum of RGB (Red+Green+Blue) = 66+171+127=364 (48% of max value = 765). Red value is 66 (26.17% from 255 or 18.13% from 364); Green value is 171 (67.19% from 255 or 46.98% from 364); Blue value is 127 (50% from 255 or 34.89% from 364); Max value from RGB is 171 - color contains mainly: green. Hex color #42AB7F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42AB7F is #BD5480. Grayscale: #868686. Windows color (decimal): -12407937 or 8366914. OLE color: 8366914.

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

Color convert

RGB66171127-
CMYK0.6100.260.33
HSL154.86º44.3%46.47%-
HSV(B)154.86º61.4%67.06%-
XYZ20.6431.8225.13-
YUV134.59123.7179.08-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 18.13%
GREEN value IS 171 (67.19% from 255) = 46.98%
BLUE value IS 127 (50% from 255) = 34.89%
R=18.13%
G=46.98%
B=34.89%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal661711270.6100.260.33154.8644.346.47
Hex42AB7F3D01A219b2c2e
Octal10225317775032412335456
Binary100001010101011111111111110101101010000110011011101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42AB7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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