#42B48F

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

Shades of Gossamer #42B48F

Tints of Gossamer #42B48F

Color information

#42B48F (or 0x42B48F) is unknown color: approx Gossamer. HEX triplet: 42, B4 and 8F. RGB value is (66,180,143). Sum of RGB (Red+Green+Blue) = 66+180+143=389 (51% of max value = 765). Red value is 66 (26.17% from 255 or 16.97% from 389); Green value is 180 (70.70% from 255 or 46.27% from 389); Blue value is 143 (56.25% from 255 or 36.76% from 389); Max value from RGB is 180 - color contains mainly: green. Hex color #42B48F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42B48F is #BD4B70. Grayscale: #8D8D8D. Windows color (decimal): -12405617 or 9417794. OLE color: 9417794.

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

Color convert

RGB66180143-
CMYK0.6300.210.29
HSL160.53º46.34%48.24%-
HSV(B)160.53º63.33%70.59%-
XYZ23.5335.7831.65-
YUV141.7128.7374.01-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 16.97%
GREEN value IS 180 (70.70% from 255) = 46.27%
BLUE value IS 143 (56.25% from 255) = 36.76%
R=16.97%
G=46.27%
B=36.76%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal661801430.6300.210.29160.5346.3448.24
Hex42B48F3F0151Da12e30
Octal10226421777025352415660
Binary100001010110100100011111111110101011110110100001101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42B48F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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