#42B493

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

Shades of Gossamer #42B493

Tints of Gossamer #42B493

Color information

#42B493 (or 0x42B493) is unknown color: approx Gossamer. HEX triplet: 42, B4 and 93. RGB value is (66,180,147). Sum of RGB (Red+Green+Blue) = 66+180+147=393 (52% of max value = 765). Red value is 66 (26.17% from 255 or 16.79% from 393); Green value is 180 (70.70% from 255 or 45.80% from 393); Blue value is 147 (57.81% from 255 or 37.40% from 393); Max value from RGB is 180 - color contains mainly: green. Hex color #42B493 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42B493 is #BD4B6C. Grayscale: #8E8E8E. Windows color (decimal): -12405613 or 9679938. OLE color: 9679938.

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

Color convert

RGB66180147-
CMYK0.6300.180.29
HSL162.63º46.34%48.24%-
HSV(B)162.63º63.33%70.59%-
XYZ23.8335.9133.28-
YUV142.15130.7373.68-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 16.79%
GREEN value IS 180 (70.70% from 255) = 45.80%
BLUE value IS 147 (57.81% from 255) = 37.40%
R=16.79%
G=45.80%
B=37.40%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal661801470.6300.180.29162.6346.3448.24
Hex42B4933F0121Da32e30
Octal10226422377022352435660
Binary100001010110100100100111111110100101110110100011101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42B493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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