#42B28B

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

Shades of Gossamer #42B28B

Tints of Gossamer #42B28B

Color information

#42B28B (or 0x42B28B) is unknown color: approx Gossamer. HEX triplet: 42, B2 and 8B. RGB value is (66,178,139). Sum of RGB (Red+Green+Blue) = 66+178+139=383 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.23% from 383); Green value is 178 (69.92% from 255 or 46.48% from 383); Blue value is 139 (54.69% from 255 or 36.29% from 383); Max value from RGB is 178 - color contains mainly: green. Hex color #42B28B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #42B28B is #BD4D74. Grayscale: #8C8C8C. Windows color (decimal): -12406133 or 9155138. OLE color: 9155138.

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

Color convert

RGB66178139-
CMYK0.6300.220.30
HSL159.11º45.9%47.84%-
HSV(B)159.11º62.92%69.8%-
XYZ22.8334.8629.95-
YUV140.07127.3975.17-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 17.23%
GREEN value IS 178 (69.92% from 255) = 46.48%
BLUE value IS 139 (54.69% from 255) = 36.29%
R=17.23%
G=46.48%
B=36.29%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal661781390.6300.220.30159.1145.947.84
Hex42B28B3F0161E9f2e30
Octal10226221377026362375660
Binary100001010110010100010111111110101101111010011111101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42B28B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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