#3AAE83

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

Shades of Gossamer #3AAE83

Tints of Gossamer #3AAE83

Color information

#3AAE83 (or 0x3AAE83) is unknown color: approx Gossamer. HEX triplet: 3A, AE and 83. RGB value is (58,174,131). Sum of RGB (Red+Green+Blue) = 58+174+131=363 (48% of max value = 765). Red value is 58 (23.05% from 255 or 15.98% from 363); Green value is 174 (68.36% from 255 or 47.93% from 363); Blue value is 131 (51.56% from 255 or 36.09% from 363); Max value from RGB is 174 - color contains mainly: green. Hex color #3AAE83 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3AAE83 is #C5517C. Grayscale: #868686. Windows color (decimal): -12931453 or 8629818. OLE color: 8629818.

HSL color Cylindrical-coordinate representation of color #3AAE83: hue angle of 157.76º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3AAE83 is Cyan = 0.67, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.32.

Color convert

RGB58174131-
CMYK0.6700.250.32
HSL157.76º50%45.49%-
HSV(B)157.76º66.67%68.24%-
XYZ20.9832.8126.7-
YUV134.41126.0773.5-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 15.98%
GREEN value IS 174 (68.36% from 255) = 47.93%
BLUE value IS 131 (51.56% from 255) = 36.09%
R=15.98%
G=47.93%
B=36.09%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal581741310.6700.250.32157.765045.49
Hex3AAE8343019209e322d
Octal72256203103031402366255
Binary1110101010111010000011100001101100110000010011110110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AAE83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,174,131); }

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

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

 a { background-color: rgb(58,174,131); }

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

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

 span { border-color: rgb(58,174,131); }

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