#3CA885

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

Shades of Gossamer #3CA885

Tints of Gossamer #3CA885

Color information

#3CA885 (or 0x3CA885) is unknown color: approx Gossamer. HEX triplet: 3C, A8 and 85. RGB value is (60,168,133). Sum of RGB (Red+Green+Blue) = 60+168+133=361 (47% of max value = 765). Red value is 60 (23.83% from 255 or 16.62% from 361); Green value is 168 (66.02% from 255 or 46.54% from 361); Blue value is 133 (52.34% from 255 or 36.84% from 361); Max value from RGB is 168 - color contains mainly: green. Hex color #3CA885 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3CA885 is #C3577A. Grayscale: #838383. Windows color (decimal): -12801915 or 8759356. OLE color: 8759356.

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

Color convert

RGB60168133-
CMYK0.6400.210.34
HSL160.56º47.37%44.71%-
HSV(B)160.56º64.29%65.88%-
XYZ20.130.6627.05-
YUV131.72128.7276.85-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 16.62%
GREEN value IS 168 (66.02% from 255) = 46.54%
BLUE value IS 133 (52.34% from 255) = 36.84%
R=16.62%
G=46.54%
B=36.84%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal601681330.6400.210.34160.5647.3744.71
Hex3CA8854001522a12f2d
Octal74250205100025422415755
Binary1111001010100010000101100000001010110001010100001101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CA885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,168,133); }

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

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

 a { background-color: rgb(60,168,133); }

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

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

 span { border-color: rgb(60,168,133); }

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