#3DAA90

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

Shades of Gossamer #3DAA90

Tints of Gossamer #3DAA90

Color information

#3DAA90 (or 0x3DAA90) is unknown color: approx Gossamer. HEX triplet: 3D, AA and 90. RGB value is (61,170,144). Sum of RGB (Red+Green+Blue) = 61+170+144=375 (49% of max value = 765). Red value is 61 (24.22% from 255 or 16.27% from 375); Green value is 170 (66.80% from 255 or 45.33% from 375); Blue value is 144 (56.64% from 255 or 38.4% from 375); Max value from RGB is 170 - color contains mainly: green. Hex color #3DAA90 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3DAA90 is #C2556F. Grayscale: #868686. Windows color (decimal): -12735856 or 9480765. OLE color: 9480765.

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

Color convert

RGB61170144-
CMYK0.6400.150.33
HSL165.69º47.19%45.29%-
HSV(B)165.69º64.12%66.67%-
XYZ21.3331.7631.39-
YUV134.44133.3975.61-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 16.27%
GREEN value IS 170 (66.80% from 255) = 45.33%
BLUE value IS 144 (56.64% from 255) = 38.4%
R=16.27%
G=45.33%
B=38.4%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal611701440.6400.150.33165.6947.1945.29
Hex3DAA90400F21a62f2d
Octal75252220100017412465755
Binary111101101010101001000010000000111110000110100110101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DAA90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,170,144); }

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

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

 a { background-color: rgb(61,170,144); }

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

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

 span { border-color: rgb(61,170,144); }

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