#42A27D

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

Shades of Gossamer #42A27D

Tints of Gossamer #42A27D

Color information

#42A27D (or 0x42A27D) is unknown color: approx Gossamer. HEX triplet: 42, A2 and 7D. RGB value is (66,162,125). Sum of RGB (Red+Green+Blue) = 66+162+125=353 (46% of max value = 765). Red value is 66 (26.17% from 255 or 18.70% from 353); Green value is 162 (63.67% from 255 or 45.89% from 353); Blue value is 125 (49.22% from 255 or 35.41% from 353); Max value from RGB is 162 - color contains mainly: green. Hex color #42A27D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42A27D is #BD5D82. Grayscale: #818181. Windows color (decimal): -12410243 or 8233538. OLE color: 8233538.

HSL color Cylindrical-coordinate representation of color #42A27D: hue angle of 156.88º 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 #42A27D is Cyan = 0.59, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.36.

Color convert

RGB66162125-
CMYK0.5900.230.36
HSL156.88º42.11%44.71%-
HSV(B)156.88º59.26%63.53%-
XYZ18.8728.4823.9-
YUV129.08125.783.01-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 18.70%
GREEN value IS 162 (63.67% from 255) = 45.89%
BLUE value IS 125 (49.22% from 255) = 35.41%
R=18.70%
G=45.89%
B=35.41%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal661621250.5900.230.36156.8842.1144.71
Hex42A27D3B017249d2a2d
Octal10224217573027442355255
Binary100001010100010111110111101101011110010010011101101010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42A27D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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