#42B28F

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

Shades of Gossamer #42B28F

Tints of Gossamer #42B28F

Color information

#42B28F (or 0x42B28F) is unknown color: approx Gossamer. HEX triplet: 42, B2 and 8F. RGB value is (66,178,143). Sum of RGB (Red+Green+Blue) = 66+178+143=387 (51% of max value = 765). Red value is 66 (26.17% from 255 or 17.05% from 387); Green value is 178 (69.92% from 255 or 45.99% from 387); Blue value is 143 (56.25% from 255 or 36.95% from 387); Max value from RGB is 178 - color contains mainly: green. Hex color #42B28F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #42B28F is #BD4D70. Grayscale: #8C8C8C. Windows color (decimal): -12406129 or 9417282. OLE color: 9417282.

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

Color convert

RGB66178143-
CMYK0.6300.200.30
HSL161.25º45.9%47.84%-
HSV(B)161.25º62.92%69.8%-
XYZ23.1334.9831.52-
YUV140.52129.3974.85-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 17.05%
GREEN value IS 178 (69.92% from 255) = 45.99%
BLUE value IS 143 (56.25% from 255) = 36.95%
R=17.05%
G=45.99%
B=36.95%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal661781430.6300.200.30161.2545.947.84
Hex42B28F3F0141Ea12e30
Octal10226221777024362415660
Binary100001010110010100011111111110101001111010100001101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42B28F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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