#42AB92

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

Shades of Gossamer #42AB92

Tints of Gossamer #42AB92

Color information

#42AB92 (or 0x42AB92) is unknown color: approx Gossamer. HEX triplet: 42, AB and 92. RGB value is (66,171,146). Sum of RGB (Red+Green+Blue) = 66+171+146=383 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.23% from 383); Green value is 171 (67.19% from 255 or 44.65% from 383); Blue value is 146 (57.42% from 255 or 38.12% from 383); Max value from RGB is 171 - color contains mainly: green. Hex color #42AB92 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #42AB92 is #BD546D. Grayscale: #888888. Windows color (decimal): -12407918 or 9612098. OLE color: 9612098.

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

Color convert

RGB66171146-
CMYK0.6100.150.33
HSL165.71º44.3%46.47%-
HSV(B)165.71º61.4%67.06%-
XYZ2232.3632.28-
YUV136.76133.2177.53-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 17.23%
GREEN value IS 171 (67.19% from 255) = 44.65%
BLUE value IS 146 (57.42% from 255) = 38.12%
R=17.23%
G=44.65%
B=38.12%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal661711460.6100.150.33165.7144.346.47
Hex42AB923D0F21a62c2e
Octal10225322275017412465456
Binary100001010101011100100101111010111110000110100110101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42AB92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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