#42AA8A

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

Shades of Gossamer #42AA8A

Tints of Gossamer #42AA8A

Color information

#42AA8A (or 0x42AA8A) is unknown color: approx Gossamer. HEX triplet: 42, AA and 8A. RGB value is (66,170,138). Sum of RGB (Red+Green+Blue) = 66+170+138=374 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.65% from 374); Green value is 170 (66.80% from 255 or 45.45% from 374); Blue value is 138 (54.30% from 255 or 36.90% from 374); Max value from RGB is 170 - color contains mainly: green. Hex color #42AA8A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #42AA8A is #BD5575. Grayscale: #878787. Windows color (decimal): -12408182 or 9087554. OLE color: 9087554.

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

Color convert

RGB66170138-
CMYK0.6100.190.33
HSL161.54º44.07%46.27%-
HSV(B)161.54º61.18%66.67%-
XYZ21.2131.7429.05-
YUV135.26129.5478.6-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 17.65%
GREEN value IS 170 (66.80% from 255) = 45.45%
BLUE value IS 138 (54.30% from 255) = 36.90%
R=17.65%
G=45.45%
B=36.90%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal661701380.6100.190.33161.5444.0746.27
Hex42AA8A3D01321a22c2e
Octal10225221275023412425456
Binary1000010101010101000101011110101001110000110100010101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42AA8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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