#42AB8A

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

Shades of Gossamer #42AB8A

Tints of Gossamer #42AB8A

Color information

#42AB8A (or 0x42AB8A) is unknown color: approx Gossamer. HEX triplet: 42, AB and 8A. RGB value is (66,171,138). Sum of RGB (Red+Green+Blue) = 66+171+138=375 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.6% from 375); Green value is 171 (67.19% from 255 or 45.6% from 375); Blue value is 138 (54.30% from 255 or 36.8% from 375); Max value from RGB is 171 - color contains mainly: green. Hex color #42AB8A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #42AB8A is #BD5475. Grayscale: #878787. Windows color (decimal): -12407926 or 9087810. OLE color: 9087810.

HSL color Cylindrical-coordinate representation of color #42AB8A: hue angle of 161.14º 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 #42AB8A is Cyan = 0.61, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.33.

Color convert

RGB66171138-
CMYK0.6100.190.33
HSL161.14º44.3%46.47%-
HSV(B)161.14º61.4%67.06%-
XYZ21.432.1229.12-
YUV135.84129.2178.18-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 17.6%
GREEN value IS 171 (67.19% from 255) = 45.6%
BLUE value IS 138 (54.30% from 255) = 36.8%
R=17.6%
G=45.6%
B=36.8%

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
Decimal661711380.6100.190.33161.1444.346.47
Hex42AB8A3D01321a12c2e
Octal10225321275023412415456
Binary1000010101010111000101011110101001110000110100001101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42AB8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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