#3AAD88

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

Shades of Gossamer #3AAD88

Tints of Gossamer #3AAD88

Color information

#3AAD88 (or 0x3AAD88) is unknown color: approx Gossamer. HEX triplet: 3A, AD and 88. RGB value is (58,173,136). Sum of RGB (Red+Green+Blue) = 58+173+136=367 (48% of max value = 765). Red value is 58 (23.05% from 255 or 15.80% from 367); Green value is 173 (67.97% from 255 or 47.14% from 367); Blue value is 136 (53.52% from 255 or 37.06% from 367); Max value from RGB is 173 - color contains mainly: green. Hex color #3AAD88 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3AAD88 is #C55277. Grayscale: #868686. Windows color (decimal): -12931704 or 8957242. OLE color: 8957242.

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

Color convert

RGB58173136-
CMYK0.6600.210.32
HSL160.7º49.78%45.29%-
HSV(B)160.7º66.47%67.84%-
XYZ21.1332.5628.46-
YUV134.4128.973.51-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 15.80%
GREEN value IS 173 (67.97% from 255) = 47.14%
BLUE value IS 136 (53.52% from 255) = 37.06%
R=15.80%
G=47.14%
B=37.06%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal581731360.6600.210.32160.749.7845.29
Hex3AAD884201520a1322d
Octal72255210102025402416255
Binary1110101010110110001000100001001010110000010100001110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AAD88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,173,136); }

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

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

 a { background-color: rgb(58,173,136); }

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

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

 span { border-color: rgb(58,173,136); }

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