#42AD8F

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

Shades of Gossamer #42AD8F

Tints of Gossamer #42AD8F

Color information

#42AD8F (or 0x42AD8F) is unknown color: approx Gossamer. HEX triplet: 42, AD and 8F. RGB value is (66,173,143). Sum of RGB (Red+Green+Blue) = 66+173+143=382 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.28% from 382); Green value is 173 (67.97% from 255 or 45.29% from 382); Blue value is 143 (56.25% from 255 or 37.43% from 382); Max value from RGB is 173 - color contains mainly: green. Hex color #42AD8F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #42AD8F is #BD5270. Grayscale: #898989. Windows color (decimal): -12407409 or 9416002. OLE color: 9416002.

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

Color convert

RGB66173143-
CMYK0.6200.170.32
HSL163.18º44.77%46.86%-
HSV(B)163.18º61.85%67.84%-
XYZ22.1533.0331.19-
YUV137.59131.0576.94-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 17.28%
GREEN value IS 173 (67.97% from 255) = 45.29%
BLUE value IS 143 (56.25% from 255) = 37.43%
R=17.28%
G=45.29%
B=37.43%

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
Decimal661731430.6200.170.32163.1844.7746.86
Hex42AD8F3E01120a32d2f
Octal10225521776021402435557
Binary1000010101011011000111111111001000110000010100011101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42AD8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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