#44AF8F

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

Shades of Gossamer #44AF8F

Tints of Gossamer #44AF8F

Color information

#44AF8F (or 0x44AF8F) is unknown color: approx Gossamer. HEX triplet: 44, AF and 8F. RGB value is (68,175,143). Sum of RGB (Red+Green+Blue) = 68+175+143=386 (51% of max value = 765). Red value is 68 (26.95% from 255 or 17.62% from 386); Green value is 175 (68.75% from 255 or 45.34% from 386); Blue value is 143 (56.25% from 255 or 37.05% from 386); Max value from RGB is 175 - color contains mainly: green. Hex color #44AF8F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #44AF8F is #BB5070. Grayscale: #8B8B8B. Windows color (decimal): -12275825 or 9416516. OLE color: 9416516.

HSL color Cylindrical-coordinate representation of color #44AF8F: hue angle of 162.06º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #44AF8F is Cyan = 0.61, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.31.

Color convert

RGB68175143-
CMYK0.6100.180.31
HSL162.06º44.03%47.65%-
HSV(B)162.06º61.14%68.63%-
XYZ22.6733.8731.33-
YUV139.36130.0577.1-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 17.62%
GREEN value IS 175 (68.75% from 255) = 45.34%
BLUE value IS 143 (56.25% from 255) = 37.05%
R=17.62%
G=45.34%
B=37.05%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal681751430.6100.180.31162.0644.0347.65
Hex44AF8F3D0121Fa22c30
Octal10425721775022372425460
Binary100010010101111100011111111010100101111110100010101100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44AF8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44AF8F; }

 p { color: rgb(68,175,143); }

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

<style>
 a { background-color: #44AF8F; }

 a { background-color: rgb(68,175,143); }

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

<style>
 span { border-color: #44AF8F; }

 span { border-color: rgb(68,175,143); }

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