#42AB9A

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

Shades of Gossamer #42AB9A

Tints of Gossamer #42AB9A

Color information

#42AB9A (or 0x42AB9A) is unknown color: approx Gossamer. HEX triplet: 42, AB and 9A. RGB value is (66,171,154). Sum of RGB (Red+Green+Blue) = 66+171+154=391 (51% of max value = 765). Red value is 66 (26.17% from 255 or 16.88% from 391); Green value is 171 (67.19% from 255 or 43.73% from 391); Blue value is 154 (60.55% from 255 or 39.39% from 391); Max value from RGB is 171 - color contains mainly: green. Hex color #42AB9A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #42AB9A is #BD5465. Grayscale: #898989. Windows color (decimal): -12407910 or 10136386. OLE color: 10136386.

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

Color convert

RGB66171154-
CMYK0.6100.100.33
HSL170.29º44.3%46.47%-
HSV(B)170.29º61.4%67.06%-
XYZ22.6432.6235.67-
YUV137.67137.2176.88-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 16.88%
GREEN value IS 171 (67.19% from 255) = 43.73%
BLUE value IS 154 (60.55% from 255) = 39.39%
R=16.88%
G=43.73%
B=39.39%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal661711540.6100.100.33170.2944.346.47
Hex42AB9A3D0A21aa2c2e
Octal10225323275012412525456
Binary100001010101011100110101111010101010000110101010101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42AB9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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