#42AB66

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

Shades of Medium Sea Green #42AB66

Tints of Medium Sea Green #42AB66

Color information

#42AB66 (or 0x42AB66) is unknown color: approx Medium Sea Green. HEX triplet: 42, AB and 66. RGB value is (66,171,102). Sum of RGB (Red+Green+Blue) = 66+171+102=339 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.47% from 339); Green value is 171 (67.19% from 255 or 50.44% from 339); Blue value is 102 (40.23% from 255 or 30.09% from 339); Max value from RGB is 171 - color contains mainly: green. Hex color #42AB66 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42AB66 is #BD5499. Grayscale: #838383. Windows color (decimal): -12407962 or 6728514. OLE color: 6728514.

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

Color convert

RGB66171102-
CMYK0.6100.400.33
HSL140.57º44.3%46.47%-
HSV(B)140.57º61.4%67.06%-
XYZ19.2131.2417.59-
YUV131.74111.2181.11-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 19.47%
GREEN value IS 171 (67.19% from 255) = 50.44%
BLUE value IS 102 (40.23% from 255) = 30.09%
R=19.47%
G=50.44%
B=30.09%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal661711020.6100.400.33140.5744.346.47
Hex42AB663D028218d2c2e
Octal10225314675050412155456
Binary1000010101010111100110111101010100010000110001101101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42AB66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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