#42AF8A

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

Shades of Gossamer #42AF8A

Tints of Gossamer #42AF8A

Color information

#42AF8A (or 0x42AF8A) is unknown color: approx Gossamer. HEX triplet: 42, AF and 8A. RGB value is (66,175,138). Sum of RGB (Red+Green+Blue) = 66+175+138=379 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.41% from 379); Green value is 175 (68.75% from 255 or 46.17% from 379); Blue value is 138 (54.30% from 255 or 36.41% from 379); Max value from RGB is 175 - color contains mainly: green. Hex color #42AF8A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #42AF8A is #BD5075. Grayscale: #8A8A8A. Windows color (decimal): -12406902 or 9088834. OLE color: 9088834.

HSL color Cylindrical-coordinate representation of color #42AF8A: hue angle of 159.63º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #42AF8A is Cyan = 0.62, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.31.

Color convert

RGB66175138-
CMYK0.6200.210.31
HSL159.63º45.23%47.25%-
HSV(B)159.63º62.29%68.63%-
XYZ22.1633.6529.37-
YUV138.19127.8976.51-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 17.41%
GREEN value IS 175 (68.75% from 255) = 46.17%
BLUE value IS 138 (54.30% from 255) = 36.41%
R=17.41%
G=46.17%
B=36.41%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal661751380.6200.210.31159.6345.2347.25
Hex42AF8A3E0151Fa02d2f
Octal10225721276025372405557
Binary100001010101111100010101111100101011111110100000101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42AF8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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