#42b48b

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

Shades of Gossamer #42B48B

Tints of Gossamer #42B48B

Color information

#42B48B (or 0x42B48B) is unknown color: approx Gossamer. HEX triplet: 42, B4 and 8B. RGB value is (66,180,139). Sum of RGB (Red+Green+Blue) = 66+180+139=385 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.14% from 385); Green value is 180 (70.70% from 255 or 46.75% from 385); Blue value is 139 (54.69% from 255 or 36.10% from 385); Max value from RGB is 180 - color contains mainly: green. Hex color #42B48B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42B48B is #BD4B74. Grayscale: #8D8D8D. Windows color (decimal): -12405621 or 9155650. OLE color: 9155650.

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

Color convert

RGB66180139-
CMYK0.6300.230.29
HSL158.42º46.34%48.24%-
HSV(B)158.42º63.33%70.59%-
XYZ23.2335.6630.09-
YUV141.24126.7374.33-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 17.14%
GREEN value IS 180 (70.70% from 255) = 46.75%
BLUE value IS 139 (54.69% from 255) = 36.10%
R=17.14%
G=46.75%
B=36.10%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal661801390.6300.230.29158.4246.3448.24
Hex42B48B3F0171D9e2e30
Octal10226421377027352365660
Binary100001010110100100010111111110101111110110011110101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42b48b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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