#3AA88D

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

Shades of Gossamer #3AA88D

Tints of Gossamer #3AA88D

Color information

#3AA88D (or 0x3AA88D) is unknown color: approx Gossamer. HEX triplet: 3A, A8 and 8D. RGB value is (58,168,141). Sum of RGB (Red+Green+Blue) = 58+168+141=367 (48% of max value = 765). Red value is 58 (23.05% from 255 or 15.80% from 367); Green value is 168 (66.02% from 255 or 45.78% from 367); Blue value is 141 (55.47% from 255 or 38.42% from 367); Max value from RGB is 168 - color contains mainly: green. Hex color #3AA88D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3AA88D is #C55772. Grayscale: #848484. Windows color (decimal): -12932979 or 9283642. OLE color: 9283642.

HSL color Cylindrical-coordinate representation of color #3AA88D: hue angle of 165.27º degrees, saturation: 0.49, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3AA88D is Cyan = 0.65, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.34.

Color convert

RGB58168141-
CMYK0.6500.160.34
HSL165.27º48.67%44.31%-
HSV(B)165.27º65.48%65.88%-
XYZ20.5630.8330.07-
YUV132.03133.0675.2-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 15.80%
GREEN value IS 168 (66.02% from 255) = 45.78%
BLUE value IS 141 (55.47% from 255) = 38.42%
R=15.80%
G=45.78%
B=38.42%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal581681410.6500.160.34165.2748.6744.31
Hex3AA88D4101022a5312c
Octal72250215101020422456154
Binary1110101010100010001101100000101000010001010100101110001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AA88D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,168,141); }

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

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

 a { background-color: rgb(58,168,141); }

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

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

 span { border-color: rgb(58,168,141); }

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