#3AAD90

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

Shades of Gossamer #3AAD90

Tints of Gossamer #3AAD90

Color information

#3AAD90 (or 0x3AAD90) is unknown color: approx Gossamer. HEX triplet: 3A, AD and 90. RGB value is (58,173,144). Sum of RGB (Red+Green+Blue) = 58+173+144=375 (49% of max value = 765). Red value is 58 (23.05% from 255 or 15.47% from 375); Green value is 173 (67.97% from 255 or 46.13% from 375); Blue value is 144 (56.64% from 255 or 38.4% from 375); Max value from RGB is 173 - color contains mainly: green. Hex color #3AAD90 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3AAD90 is #C5526F. Grayscale: #878787. Windows color (decimal): -12931696 or 9481530. OLE color: 9481530.

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

Color convert

RGB58173144-
CMYK0.6600.170.32
HSL164.87º49.78%45.29%-
HSV(B)164.87º66.47%67.84%-
XYZ21.7232.831.57-
YUV135.31132.972.86-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 15.47%
GREEN value IS 173 (67.97% from 255) = 46.13%
BLUE value IS 144 (56.64% from 255) = 38.4%
R=15.47%
G=46.13%
B=38.4%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal581731440.6600.170.32164.8749.7845.29
Hex3AAD904201120a5322d
Octal72255220102021402456255
Binary1110101010110110010000100001001000110000010100101110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AAD90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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