#42AE95

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

Shades of Gossamer #42AE95

Tints of Gossamer #42AE95

Color information

#42AE95 (or 0x42AE95) is unknown color: approx Gossamer. HEX triplet: 42, AE and 95. RGB value is (66,174,149). Sum of RGB (Red+Green+Blue) = 66+174+149=389 (51% of max value = 765). Red value is 66 (26.17% from 255 or 16.97% from 389); Green value is 174 (68.36% from 255 or 44.73% from 389); Blue value is 149 (58.59% from 255 or 38.30% from 389); Max value from RGB is 174 - color contains mainly: green. Hex color #42AE95 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #42AE95 is #BD516A. Grayscale: #8A8A8A. Windows color (decimal): -12407147 or 9809474. OLE color: 9809474.

HSL color Cylindrical-coordinate representation of color #42AE95: hue angle of 166.11º 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 #42AE95 is Cyan = 0.62, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.32.

Color convert

RGB66174149-
CMYK0.6200.140.32
HSL166.11º45%47.06%-
HSV(B)166.11º62.07%68.24%-
XYZ22.8133.633.72-
YUV138.86133.7276.03-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 16.97%
GREEN value IS 174 (68.36% from 255) = 44.73%
BLUE value IS 149 (58.59% from 255) = 38.30%
R=16.97%
G=44.73%
B=38.30%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal661741490.6200.140.32166.114547.06
Hex42AE953E0E20a62d2f
Octal10225622576016402465557
Binary100001010101110100101011111100111010000010100110101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42AE95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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