#42AD9A

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

Shades of Gossamer #42AD9A

Tints of Gossamer #42AD9A

Color information

#42AD9A (or 0x42AD9A) is unknown color: approx Gossamer. HEX triplet: 42, AD and 9A. RGB value is (66,173,154). Sum of RGB (Red+Green+Blue) = 66+173+154=393 (52% of max value = 765). Red value is 66 (26.17% from 255 or 16.79% from 393); Green value is 173 (67.97% from 255 or 44.02% from 393); Blue value is 154 (60.55% from 255 or 39.19% from 393); Max value from RGB is 173 - color contains mainly: green. Hex color #42AD9A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #42AD9A is #BD5265. Grayscale: #8A8A8A. Windows color (decimal): -12407398 or 10136898. OLE color: 10136898.

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

Color convert

RGB66173154-
CMYK0.6200.110.32
HSL169.35º44.77%46.86%-
HSV(B)169.35º61.85%67.84%-
XYZ23.0233.3835.8-
YUV138.84136.5576.04-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 16.79%
GREEN value IS 173 (67.97% from 255) = 44.02%
BLUE value IS 154 (60.55% from 255) = 39.19%
R=16.79%
G=44.02%
B=39.19%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal661731540.6200.110.32169.3544.7746.86
Hex42AD9A3E0B20a92d2f
Octal10225523276013402515557
Binary100001010101101100110101111100101110000010101001101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42AD9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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