#42B593

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

Shades of Gossamer #42B593

Tints of Gossamer #42B593

Color information

#42B593 (or 0x42B593) is unknown color: approx Gossamer. HEX triplet: 42, B5 and 93. RGB value is (66,181,147). Sum of RGB (Red+Green+Blue) = 66+181+147=394 (52% of max value = 765). Red value is 66 (26.17% from 255 or 16.75% from 394); Green value is 181 (71.09% from 255 or 45.94% from 394); Blue value is 147 (57.81% from 255 or 37.31% from 394); Max value from RGB is 181 - color contains mainly: green. Hex color #42B593 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42B593 is #BD4A6C. Grayscale: #8E8E8E. Windows color (decimal): -12405357 or 9680194. OLE color: 9680194.

HSL color Cylindrical-coordinate representation of color #42B593: hue angle of 162.26º 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 #42B593 is Cyan = 0.64, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.29.

Color convert

RGB66181147-
CMYK0.6400.190.29
HSL162.26º46.56%48.43%-
HSV(B)162.26º63.54%70.98%-
XYZ24.0436.3133.35-
YUV142.74130.473.26-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 16.75%
GREEN value IS 181 (71.09% from 255) = 45.94%
BLUE value IS 147 (57.81% from 255) = 37.31%
R=16.75%
G=45.94%
B=37.31%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal661811470.6400.190.29162.2646.5648.43
Hex42B593400131Da22f30
Octal102265223100023352425760
Binary1000010101101011001001110000000100111110110100010101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42B593

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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