#42B58C

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

Shades of Gossamer #42B58C

Tints of Gossamer #42B58C

Color information

#42B58C (or 0x42B58C) is unknown color: approx Gossamer. HEX triplet: 42, B5 and 8C. RGB value is (66,181,140). Sum of RGB (Red+Green+Blue) = 66+181+140=387 (51% of max value = 765). Red value is 66 (26.17% from 255 or 17.05% from 387); Green value is 181 (71.09% from 255 or 46.77% from 387); Blue value is 140 (55.08% from 255 or 36.18% from 387); Max value from RGB is 181 - color contains mainly: green. Hex color #42B58C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42B58C is #BD4A73. Grayscale: #8D8D8D. Windows color (decimal): -12405364 or 9221442. OLE color: 9221442.

HSL color Cylindrical-coordinate representation of color #42B58C: hue angle of 158.61º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #42B58C is Cyan = 0.64, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.29.

Color convert

RGB66181140-
CMYK0.6400.230.29
HSL158.61º46.56%48.43%-
HSV(B)158.61º63.54%70.98%-
XYZ23.536.130.54-
YUV141.94126.973.83-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 17.05%
GREEN value IS 181 (71.09% from 255) = 46.77%
BLUE value IS 140 (55.08% from 255) = 36.18%
R=17.05%
G=46.77%
B=36.18%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal661811400.6400.230.29158.6146.5648.43
Hex42B58C400171D9f2f30
Octal102265214100027352375760
Binary1000010101101011000110010000000101111110110011111101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42B58C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,181,140); }

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

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

 a { background-color: rgb(66,181,140); }

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

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

 span { border-color: rgb(66,181,140); }

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