#42AD8A

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

Shades of Gossamer #42AD8A

Tints of Gossamer #42AD8A

Color information

#42AD8A (or 0x42AD8A) is unknown color: approx Gossamer. HEX triplet: 42, AD and 8A. RGB value is (66,173,138). Sum of RGB (Red+Green+Blue) = 66+173+138=377 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.51% from 377); Green value is 173 (67.97% from 255 or 45.89% from 377); Blue value is 138 (54.30% from 255 or 36.60% from 377); Max value from RGB is 173 - color contains mainly: green. Hex color #42AD8A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #42AD8A is #BD5275. Grayscale: #898989. Windows color (decimal): -12407414 or 9088322. OLE color: 9088322.

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

Color convert

RGB66173138-
CMYK0.6200.200.32
HSL160.37º44.77%46.86%-
HSV(B)160.37º61.85%67.84%-
XYZ21.7832.8829.24-
YUV137.02128.5577.35-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 17.51%
GREEN value IS 173 (67.97% from 255) = 45.89%
BLUE value IS 138 (54.30% from 255) = 36.60%
R=17.51%
G=45.89%
B=36.60%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal661731380.6200.200.32160.3744.7746.86
Hex42AD8A3E01420a02d2f
Octal10225521276024402405557
Binary1000010101011011000101011111001010010000010100000101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42AD8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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