#42AB8C

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

Shades of Gossamer #42AB8C

Tints of Gossamer #42AB8C

Color information

#42AB8C (or 0x42AB8C) is unknown color: approx Gossamer. HEX triplet: 42, AB and 8C. RGB value is (66,171,140). Sum of RGB (Red+Green+Blue) = 66+171+140=377 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.51% from 377); Green value is 171 (67.19% from 255 or 45.36% from 377); Blue value is 140 (55.08% from 255 or 37.14% from 377); Max value from RGB is 171 - color contains mainly: green. Hex color #42AB8C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #42AB8C is #BD5473. Grayscale: #888888. Windows color (decimal): -12407924 or 9218882. OLE color: 9218882.

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

Color convert

RGB66171140-
CMYK0.6100.180.33
HSL162.29º44.3%46.47%-
HSV(B)162.29º61.4%67.06%-
XYZ21.5432.1829.89-
YUV136.07130.2178.02-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 17.51%
GREEN value IS 171 (67.19% from 255) = 45.36%
BLUE value IS 140 (55.08% from 255) = 37.14%
R=17.51%
G=45.36%
B=37.14%

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
Decimal661711400.6100.180.33162.2944.346.47
Hex42AB8C3D01221a22c2e
Octal10225321475022412425456
Binary1000010101010111000110011110101001010000110100010101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42AB8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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