#42AE91

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

Shades of Gossamer #42AE91

Tints of Gossamer #42AE91

Color information

#42AE91 (or 0x42AE91) is unknown color: approx Gossamer. HEX triplet: 42, AE and 91. RGB value is (66,174,145). Sum of RGB (Red+Green+Blue) = 66+174+145=385 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.14% from 385); Green value is 174 (68.36% from 255 or 45.19% from 385); Blue value is 145 (57.03% from 255 or 37.66% from 385); Max value from RGB is 174 - color contains mainly: green. Hex color #42AE91 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #42AE91 is #BD516E. Grayscale: #8A8A8A. Windows color (decimal): -12407151 or 9547330. OLE color: 9547330.

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

Color convert

RGB66174145-
CMYK0.6200.170.32
HSL163.89º45%47.06%-
HSV(B)163.89º62.07%68.24%-
XYZ22.4933.4732.06-
YUV138.4131.7276.36-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 17.14%
GREEN value IS 174 (68.36% from 255) = 45.19%
BLUE value IS 145 (57.03% from 255) = 37.66%
R=17.14%
G=45.19%
B=37.66%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal661741450.6200.170.32163.894547.06
Hex42AE913E01120a42d2f
Octal10225622176021402445557
Binary1000010101011101001000111111001000110000010100100101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42AE91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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