#3AAE8B

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

Shades of Gossamer #3AAE8B

Tints of Gossamer #3AAE8B

Color information

#3AAE8B (or 0x3AAE8B) is unknown color: approx Gossamer. HEX triplet: 3A, AE and 8B. RGB value is (58,174,139). Sum of RGB (Red+Green+Blue) = 58+174+139=371 (49% of max value = 765). Red value is 58 (23.05% from 255 or 15.63% from 371); Green value is 174 (68.36% from 255 or 46.90% from 371); Blue value is 139 (54.69% from 255 or 37.47% from 371); Max value from RGB is 174 - color contains mainly: green. Hex color #3AAE8B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3AAE8B is #C55174. Grayscale: #878787. Windows color (decimal): -12931445 or 9154106. OLE color: 9154106.

HSL color Cylindrical-coordinate representation of color #3AAE8B: hue angle of 161.9º 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 #3AAE8B is Cyan = 0.67, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.32.

Color convert

RGB58174139-
CMYK0.6700.200.32
HSL161.9º50%45.49%-
HSV(B)161.9º66.67%68.24%-
XYZ21.5433.0429.67-
YUV135.33130.0772.85-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 15.63%
GREEN value IS 174 (68.36% from 255) = 46.90%
BLUE value IS 139 (54.69% from 255) = 37.47%
R=15.63%
G=46.90%
B=37.47%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal581741390.6700.200.32161.95045.49
Hex3AAE8B4301420a2322d
Octal72256213103024402426255
Binary1110101010111010001011100001101010010000010100010110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AAE8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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