#42A28F

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

Shades of Gossamer #42A28F

Tints of Gossamer #42A28F

Color information

#42A28F (or 0x42A28F) is unknown color: approx Gossamer. HEX triplet: 42, A2 and 8F. RGB value is (66,162,143). Sum of RGB (Red+Green+Blue) = 66+162+143=371 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.79% from 371); Green value is 162 (63.67% from 255 or 43.67% from 371); Blue value is 143 (56.25% from 255 or 38.54% from 371); Max value from RGB is 162 - color contains mainly: green. Hex color #42A28F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #42A28F is #BD5D70. Grayscale: #838383. Windows color (decimal): -12410225 or 9413186. OLE color: 9413186.

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

Color convert

RGB66162143-
CMYK0.5900.120.36
HSL168.12º42.11%44.71%-
HSV(B)168.12º59.26%63.53%-
XYZ20.1328.9830.52-
YUV131.13134.781.54-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 17.79%
GREEN value IS 162 (63.67% from 255) = 43.67%
BLUE value IS 143 (56.25% from 255) = 38.54%
R=17.79%
G=43.67%
B=38.54%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal661621430.5900.120.36168.1242.1144.71
Hex42A28F3B0C24a82a2d
Octal10224221773014442505255
Binary100001010100010100011111110110110010010010101000101010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42A28F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,162,143); }

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

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

 a { background-color: rgb(66,162,143); }

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

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

 span { border-color: rgb(66,162,143); }

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