#3AAB96

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

Shades of Gossamer #3AAB96

Tints of Gossamer #3AAB96

Color information

#3AAB96 (or 0x3AAB96) is unknown color: approx Gossamer. HEX triplet: 3A, AB and 96. RGB value is (58,171,150). Sum of RGB (Red+Green+Blue) = 58+171+150=379 (50% of max value = 765). Red value is 58 (23.05% from 255 or 15.30% from 379); Green value is 171 (67.19% from 255 or 45.12% from 379); Blue value is 150 (58.98% from 255 or 39.58% from 379); Max value from RGB is 171 - color contains mainly: green. Hex color #3AAB96 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3AAB96 is #C55469. Grayscale: #868686. Windows color (decimal): -12932202 or 9874234. OLE color: 9874234.

HSL color Cylindrical-coordinate representation of color #3AAB96: hue angle of 168.85º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3AAB96 is Cyan = 0.66, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.33.

Color convert

RGB58171150-
CMYK0.6600.120.33
HSL168.85º49.34%44.9%-
HSV(B)168.85º66.08%67.06%-
XYZ21.8132.2333.93-
YUV134.82136.5673.21-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 15.30%
GREEN value IS 171 (67.19% from 255) = 45.12%
BLUE value IS 150 (58.98% from 255) = 39.58%
R=15.30%
G=45.12%
B=39.58%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal581711500.6600.120.33168.8549.3444.9
Hex3AAB96420C21a9312d
Octal72253226102014412516155
Binary111010101010111001011010000100110010000110101001110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AAB96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,171,150); }

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

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

 a { background-color: rgb(58,171,150); }

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

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

 span { border-color: rgb(58,171,150); }

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