#42B088

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

Shades of Gossamer #42B088

Tints of Gossamer #42B088

Color information

#42B088 (or 0x42B088) is unknown color: approx Gossamer. HEX triplet: 42, B0 and 88. RGB value is (66,176,136). Sum of RGB (Red+Green+Blue) = 66+176+136=378 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.46% from 378); Green value is 176 (69.14% from 255 or 46.56% from 378); Blue value is 136 (53.52% from 255 or 35.98% from 378); Max value from RGB is 176 - color contains mainly: green. Hex color #42B088 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #42B088 is #BD4F77. Grayscale: #8A8A8A. Windows color (decimal): -12406648 or 8958018. OLE color: 8958018.

HSL color Cylindrical-coordinate representation of color #42B088: hue angle of 158.18º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #42B088 is Cyan = 0.62, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.31.

Color convert

RGB66176136-
CMYK0.6200.230.31
HSL158.18º45.45%47.45%-
HSV(B)158.18º62.5%69.02%-
XYZ22.2233.9928.68-
YUV138.55126.5676.25-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 17.46%
GREEN value IS 176 (69.14% from 255) = 46.56%
BLUE value IS 136 (53.52% from 255) = 35.98%
R=17.46%
G=46.56%
B=35.98%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal661761360.6200.230.31158.1845.4547.45
Hex42B0883E0171F9e2d2f
Octal10226021076027372365557
Binary100001010110000100010001111100101111111110011110101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42B088

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,176,136); }

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

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

 a { background-color: rgb(66,176,136); }

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

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

 span { border-color: rgb(66,176,136); }

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