#42A18B

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

Shades of Gossamer #42A18B

Tints of Gossamer #42A18B

Color information

#42A18B (or 0x42A18B) is unknown color: approx Gossamer. HEX triplet: 42, A1 and 8B. RGB value is (66,161,139). Sum of RGB (Red+Green+Blue) = 66+161+139=366 (48% of max value = 765). Red value is 66 (26.17% from 255 or 18.03% from 366); Green value is 161 (63.28% from 255 or 43.99% from 366); Blue value is 139 (54.69% from 255 or 37.98% from 366); Max value from RGB is 161 - color contains mainly: green. Hex color #42A18B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #42A18B is #BD5E74. Grayscale: #828282. Windows color (decimal): -12410485 or 9150786. OLE color: 9150786.

HSL color Cylindrical-coordinate representation of color #42A18B: hue angle of 166.11º degrees, saturation: 0.42, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #42A18B is Cyan = 0.59, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.37.

Color convert

RGB66161139-
CMYK0.5900.140.37
HSL166.11º41.85%44.51%-
HSV(B)166.11º59.01%63.14%-
XYZ19.6528.5128.89-
YUV130.09133.0382.29-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 18.03%
GREEN value IS 161 (63.28% from 255) = 43.99%
BLUE value IS 139 (54.69% from 255) = 37.98%
R=18.03%
G=43.99%
B=37.98%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal661611390.5900.140.37166.1141.8544.51
Hex42A18B3B0E25a62a2d
Octal10224121373016452465255
Binary100001010100001100010111110110111010010110100110101010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42A18B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,161,139); }

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

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

 a { background-color: rgb(66,161,139); }

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

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

 span { border-color: rgb(66,161,139); }

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