#3CAE88

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

Shades of Gossamer #3CAE88

Tints of Gossamer #3CAE88

Color information

#3CAE88 (or 0x3CAE88) is unknown color: approx Gossamer. HEX triplet: 3C, AE and 88. RGB value is (60,174,136). Sum of RGB (Red+Green+Blue) = 60+174+136=370 (49% of max value = 765). Red value is 60 (23.83% from 255 or 16.22% from 370); Green value is 174 (68.36% from 255 or 47.03% from 370); Blue value is 136 (53.52% from 255 or 36.76% from 370); Max value from RGB is 174 - color contains mainly: green. Hex color #3CAE88 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3CAE88 is #C35177. Grayscale: #878787. Windows color (decimal): -12800376 or 8957500. OLE color: 8957500.

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

Color convert

RGB60174136-
CMYK0.6600.220.32
HSL160º48.72%45.88%-
HSV(B)160º65.52%68.24%-
XYZ21.4433.0128.53-
YUV135.58128.2374.09-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 16.22%
GREEN value IS 174 (68.36% from 255) = 47.03%
BLUE value IS 136 (53.52% from 255) = 36.76%
R=16.22%
G=47.03%
B=36.76%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal601741360.6600.220.3216048.7245.88
Hex3CAE884201620a0312e
Octal74256210102026402406156
Binary1111001010111010001000100001001011010000010100000110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CAE88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,174,136); }

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

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

 a { background-color: rgb(60,174,136); }

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

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

 span { border-color: rgb(60,174,136); }

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