#42A07B

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

Shades of Gossamer #42A07B

Tints of Gossamer #42A07B

Color information

#42A07B (or 0x42A07B) is unknown color: approx Gossamer. HEX triplet: 42, A0 and 7B. RGB value is (66,160,123). Sum of RGB (Red+Green+Blue) = 66+160+123=349 (46% of max value = 765). Red value is 66 (26.17% from 255 or 18.91% from 349); Green value is 160 (62.89% from 255 or 45.85% from 349); Blue value is 123 (48.44% from 255 or 35.24% from 349); Max value from RGB is 160 - color contains mainly: green. Hex color #42A07B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42A07B is #BD5F84. Grayscale: #7F7F7F. Windows color (decimal): -12410757 or 8101954. OLE color: 8101954.

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

Color convert

RGB66160123-
CMYK0.5900.230.37
HSL156.38º41.59%44.31%-
HSV(B)156.38º58.75%62.75%-
XYZ18.3927.7323.12-
YUV127.68125.3684.01-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 18.91%
GREEN value IS 160 (62.89% from 255) = 45.85%
BLUE value IS 123 (48.44% from 255) = 35.24%
R=18.91%
G=45.85%
B=35.24%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal661601230.5900.230.37156.3841.5944.31
Hex42A07B3B017259c2a2c
Octal10224017373027452345254
Binary100001010100000111101111101101011110010110011100101010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42A07B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,160,123); }

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

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

 a { background-color: rgb(66,160,123); }

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

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

 span { border-color: rgb(66,160,123); }

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