#42A38E

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

Shades of Gossamer #42A38E

Tints of Gossamer #42A38E

Color information

#42A38E (or 0x42A38E) is unknown color: approx Gossamer. HEX triplet: 42, A3 and 8E. RGB value is (66,163,142). Sum of RGB (Red+Green+Blue) = 66+163+142=371 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.79% from 371); Green value is 163 (64.06% from 255 or 43.94% from 371); Blue value is 142 (55.86% from 255 or 38.27% from 371); Max value from RGB is 163 - color contains mainly: green. Hex color #42A38E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #42A38E is #BD5C71. Grayscale: #838383. Windows color (decimal): -12409970 or 9347906. OLE color: 9347906.

HSL color Cylindrical-coordinate representation of color #42A38E: hue angle of 167.01º degrees, saturation: 0.42, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #42A38E is Cyan = 0.60, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.36.

Color convert

RGB66163142-
CMYK0.6000.130.36
HSL167.01º42.36%44.9%-
HSV(B)167.01º59.51%63.92%-
XYZ20.2329.3130.18-
YUV131.6133.8681.21-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 17.79%
GREEN value IS 163 (64.06% from 255) = 43.94%
BLUE value IS 142 (55.86% from 255) = 38.27%
R=17.79%
G=43.94%
B=38.27%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal661631420.6000.130.36167.0142.3644.9
Hex42A38E3C0D24a72a2d
Octal10224321674015442475255
Binary100001010100011100011101111000110110010010100111101010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42A38E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,163,142); }

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

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

 a { background-color: rgb(66,163,142); }

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

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

 span { border-color: rgb(66,163,142); }

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