#3DAB97

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

Shades of Gossamer #3DAB97

Tints of Gossamer #3DAB97

Color information

#3DAB97 (or 0x3DAB97) is unknown color: approx Gossamer. HEX triplet: 3D, AB and 97. RGB value is (61,171,151). Sum of RGB (Red+Green+Blue) = 61+171+151=383 (50% of max value = 765). Red value is 61 (24.22% from 255 or 15.93% from 383); Green value is 171 (67.19% from 255 or 44.65% from 383); Blue value is 151 (59.38% from 255 or 39.43% from 383); Max value from RGB is 171 - color contains mainly: green. Hex color #3DAB97 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3DAB97 is #C25468. Grayscale: #878787. Windows color (decimal): -12735593 or 9939773. OLE color: 9939773.

HSL color Cylindrical-coordinate representation of color #3DAB97: hue angle of 169.09º 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 #3DAB97 is Cyan = 0.64, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.33.

Color convert

RGB61171151-
CMYK0.6400.120.33
HSL169.09º47.41%45.49%-
HSV(B)169.09º64.33%67.06%-
XYZ22.0732.3534.36-
YUV135.83136.5674.63-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 15.93%
GREEN value IS 171 (67.19% from 255) = 44.65%
BLUE value IS 151 (59.38% from 255) = 39.43%
R=15.93%
G=44.65%
B=39.43%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal611711510.6400.120.33169.0947.4145.49
Hex3DAB97400C21a92f2d
Octal75253227100014412515755
Binary111101101010111001011110000000110010000110101001101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DAB97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,171,151); }

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

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

 a { background-color: rgb(61,171,151); }

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

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

 span { border-color: rgb(61,171,151); }

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