#42AB6F

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

Shades of Medium Sea Green #42AB6F

Tints of Medium Sea Green #42AB6F

Color information

#42AB6F (or 0x42AB6F) is unknown color: approx Medium Sea Green. HEX triplet: 42, AB and 6F. RGB value is (66,171,111). Sum of RGB (Red+Green+Blue) = 66+171+111=348 (46% of max value = 765). Red value is 66 (26.17% from 255 or 18.97% from 348); Green value is 171 (67.19% from 255 or 49.14% from 348); Blue value is 111 (43.75% from 255 or 31.90% from 348); Max value from RGB is 171 - color contains mainly: green. Hex color #42AB6F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42AB6F is #BD5490. Grayscale: #848484. Windows color (decimal): -12407953 or 7318338. OLE color: 7318338.

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

Color convert

RGB66171111-
CMYK0.6100.350.33
HSL145.71º44.3%46.47%-
HSV(B)145.71º61.4%67.06%-
XYZ19.6831.4320.07-
YUV132.76115.7180.38-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 18.97%
GREEN value IS 171 (67.19% from 255) = 49.14%
BLUE value IS 111 (43.75% from 255) = 31.90%
R=18.97%
G=49.14%
B=31.90%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal661711110.6100.350.33145.7144.346.47
Hex42AB6F3D02321922c2e
Octal10225315775043412225456
Binary1000010101010111101111111101010001110000110010010101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42AB6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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