#42AB8D

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

Shades of Gossamer #42AB8D

Tints of Gossamer #42AB8D

Color information

#42AB8D (or 0x42AB8D) is unknown color: approx Gossamer. HEX triplet: 42, AB and 8D. RGB value is (66,171,141). Sum of RGB (Red+Green+Blue) = 66+171+141=378 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.46% from 378); Green value is 171 (67.19% from 255 or 45.24% from 378); Blue value is 141 (55.47% from 255 or 37.30% from 378); Max value from RGB is 171 - color contains mainly: green. Hex color #42AB8D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #42AB8D is #BD5472. Grayscale: #888888. Windows color (decimal): -12407923 or 9284418. OLE color: 9284418.

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

Color convert

RGB66171141-
CMYK0.6100.180.33
HSL162.86º44.3%46.47%-
HSV(B)162.86º61.4%67.06%-
XYZ21.6232.2130.28-
YUV136.18130.7177.94-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 17.46%
GREEN value IS 171 (67.19% from 255) = 45.24%
BLUE value IS 141 (55.47% from 255) = 37.30%
R=17.46%
G=45.24%
B=37.30%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal661711410.6100.180.33162.8644.346.47
Hex42AB8D3D01221a32c2e
Octal10225321575022412435456
Binary1000010101010111000110111110101001010000110100011101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42AB8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,171,141); }

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

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

 a { background-color: rgb(66,171,141); }

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

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

 span { border-color: rgb(66,171,141); }

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