#3AAF89

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

Shades of Gossamer #3AAF89

Tints of Gossamer #3AAF89

Color information

#3AAF89 (or 0x3AAF89) is unknown color: approx Gossamer. HEX triplet: 3A, AF and 89. RGB value is (58,175,137). Sum of RGB (Red+Green+Blue) = 58+175+137=370 (49% of max value = 765). Red value is 58 (23.05% from 255 or 15.68% from 370); Green value is 175 (68.75% from 255 or 47.30% from 370); Blue value is 137 (53.91% from 255 or 37.03% from 370); Max value from RGB is 175 - color contains mainly: green. Hex color #3AAF89 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3AAF89 is #C55076. Grayscale: #878787. Windows color (decimal): -12931191 or 9023290. OLE color: 9023290.

HSL color Cylindrical-coordinate representation of color #3AAF89: hue angle of 160.51º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3AAF89 is Cyan = 0.67, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.31.

Color convert

RGB58175137-
CMYK0.6700.220.31
HSL160.51º50.21%45.69%-
HSV(B)160.51º66.86%68.63%-
XYZ21.5933.3728.97-
YUV135.68128.7472.59-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 15.68%
GREEN value IS 175 (68.75% from 255) = 47.30%
BLUE value IS 137 (53.91% from 255) = 37.03%
R=15.68%
G=47.30%
B=37.03%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal581751370.6700.220.31160.5150.2145.69
Hex3AAF89430161Fa1322e
Octal72257211103026372416256
Binary111010101011111000100110000110101101111110100001110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AAF89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3AAF89; }

 p { color: rgb(58,175,137); }

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

<style>
 a { background-color: #3AAF89; }

 a { background-color: rgb(58,175,137); }

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

<style>
 span { border-color: #3AAF89; }

 span { border-color: rgb(58,175,137); }

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