#42AB8B

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

Shades of Gossamer #42AB8B

Tints of Gossamer #42AB8B

Color information

#42AB8B (or 0x42AB8B) is unknown color: approx Gossamer. HEX triplet: 42, AB and 8B. RGB value is (66,171,139). Sum of RGB (Red+Green+Blue) = 66+171+139=376 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.55% from 376); Green value is 171 (67.19% from 255 or 45.48% from 376); Blue value is 139 (54.69% from 255 or 36.97% from 376); Max value from RGB is 171 - color contains mainly: green. Hex color #42AB8B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #42AB8B is #BD5474. Grayscale: #878787. Windows color (decimal): -12407925 or 9153346. OLE color: 9153346.

HSL color Cylindrical-coordinate representation of color #42AB8B: hue angle of 161.71º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #42AB8B is Cyan = 0.61, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.33.

Color convert

RGB66171139-
CMYK0.6100.190.33
HSL161.71º44.3%46.47%-
HSV(B)161.71º61.4%67.06%-
XYZ21.4732.1529.5-
YUV135.96129.7178.1-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 17.55%
GREEN value IS 171 (67.19% from 255) = 45.48%
BLUE value IS 139 (54.69% from 255) = 36.97%
R=17.55%
G=45.48%
B=36.97%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal661711390.6100.190.33161.7144.346.47
Hex42AB8B3D01321a22c2e
Octal10225321375023412425456
Binary1000010101010111000101111110101001110000110100010101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42AB8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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