#42AE8A

Color #42AE8A Gossamer (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gossamer #42AE8A

Tints of Gossamer #42AE8A

Color information

#42AE8A (or 0x42AE8A) is unknown color: approx Gossamer. HEX triplet: 42, AE and 8A. RGB value is (66,174,138). Sum of RGB (Red+Green+Blue) = 66+174+138=378 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.46% from 378); Green value is 174 (68.36% from 255 or 46.03% from 378); Blue value is 138 (54.30% from 255 or 36.51% from 378); Max value from RGB is 174 - color contains mainly: green. Hex color #42AE8A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #42AE8A is #BD5175. Grayscale: #898989. Windows color (decimal): -12407158 or 9088578. OLE color: 9088578.

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

Color convert

RGB66174138-
CMYK0.6200.210.32
HSL160º45%47.06%-
HSV(B)160º62.07%68.24%-
XYZ21.9733.2729.31-
YUV137.6128.2276.93-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 17.46%
GREEN value IS 174 (68.36% from 255) = 46.03%
BLUE value IS 138 (54.30% from 255) = 36.51%
R=17.46%
G=46.03%
B=36.51%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal661741380.6200.210.321604547.06
Hex42AE8A3E01520a02d2f
Octal10225621276025402405557
Binary1000010101011101000101011111001010110000010100000101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42AE8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,174,138); }

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

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

 a { background-color: rgb(66,174,138); }

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

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

 span { border-color: rgb(66,174,138); }

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