#3AA393

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

Shades of Gossamer #3AA393

Tints of Gossamer #3AA393

Color information

#3AA393 (or 0x3AA393) is unknown color: approx Gossamer. HEX triplet: 3A, A3 and 93. RGB value is (58,163,147). Sum of RGB (Red+Green+Blue) = 58+163+147=368 (48% of max value = 765). Red value is 58 (23.05% from 255 or 15.76% from 368); Green value is 163 (64.06% from 255 or 44.29% from 368); Blue value is 147 (57.81% from 255 or 39.95% from 368); Max value from RGB is 163 - color contains mainly: green. Hex color #3AA393 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3AA393 is #C55C6C. Grayscale: #818181. Windows color (decimal): -12934253 or 9675578. OLE color: 9675578.

HSL color Cylindrical-coordinate representation of color #3AA393: hue angle of 170.86º degrees, saturation: 0.48, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3AA393 is Cyan = 0.64, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.36.

Color convert

RGB58163147-
CMYK0.6400.100.36
HSL170.86º47.51%43.33%-
HSV(B)170.86º64.42%63.92%-
XYZ20.1129.232.18-
YUV129.78137.7176.8-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 15.76%
GREEN value IS 163 (64.06% from 255) = 44.29%
BLUE value IS 147 (57.81% from 255) = 39.95%
R=15.76%
G=44.29%
B=39.95%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal581631470.6400.100.36170.8647.5143.33
Hex3AA393400A24ab302b
Octal72243223100012442536053
Binary111010101000111001001110000000101010010010101011110000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AA393

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,163,147); }

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

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

 a { background-color: rgb(58,163,147); }

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

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

 span { border-color: rgb(58,163,147); }

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