#3CAD8A

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

Shades of Gossamer #3CAD8A

Tints of Gossamer #3CAD8A

Color information

#3CAD8A (or 0x3CAD8A) is unknown color: approx Gossamer. HEX triplet: 3C, AD and 8A. RGB value is (60,173,138). Sum of RGB (Red+Green+Blue) = 60+173+138=371 (49% of max value = 765). Red value is 60 (23.83% from 255 or 16.17% from 371); Green value is 173 (67.97% from 255 or 46.63% from 371); Blue value is 138 (54.30% from 255 or 37.20% from 371); Max value from RGB is 173 - color contains mainly: green. Hex color #3CAD8A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3CAD8A is #C35275. Grayscale: #878787. Windows color (decimal): -12800630 or 9088316. OLE color: 9088316.

HSL color Cylindrical-coordinate representation of color #3CAD8A: hue angle of 161.42º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3CAD8A is Cyan = 0.65, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.32.

Color convert

RGB60173138-
CMYK0.6500.200.32
HSL161.42º48.5%45.69%-
HSV(B)161.42º65.32%67.84%-
XYZ21.3932.6829.23-
YUV135.22129.5674.35-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 16.17%
GREEN value IS 173 (67.97% from 255) = 46.63%
BLUE value IS 138 (54.30% from 255) = 37.20%
R=16.17%
G=46.63%
B=37.20%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal601731380.6500.200.32161.4248.545.69
Hex3CAD8A4101420a1302e
Octal74255212101024402416056
Binary1111001010110110001010100000101010010000010100001110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CAD8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,173,138); }

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

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

 a { background-color: rgb(60,173,138); }

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

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

 span { border-color: rgb(60,173,138); }

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