#3CAB9A

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

Shades of Gossamer #3CAB9A

Tints of Gossamer #3CAB9A

Color information

#3CAB9A (or 0x3CAB9A) is unknown color: approx Gossamer. HEX triplet: 3C, AB and 9A. RGB value is (60,171,154). Sum of RGB (Red+Green+Blue) = 60+171+154=385 (50% of max value = 765). Red value is 60 (23.83% from 255 or 15.58% from 385); Green value is 171 (67.19% from 255 or 44.42% from 385); Blue value is 154 (60.55% from 255 or 40% from 385); Max value from RGB is 171 - color contains mainly: green. Hex color #3CAB9A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3CAB9A is #C35465. Grayscale: #878787. Windows color (decimal): -12801126 or 10136380. OLE color: 10136380.

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

Color convert

RGB60171154-
CMYK0.6500.100.33
HSL170.81º48.05%45.29%-
HSV(B)170.81º64.91%67.06%-
XYZ22.2632.4235.66-
YUV135.87138.2373.88-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 15.58%
GREEN value IS 171 (67.19% from 255) = 44.42%
BLUE value IS 154 (60.55% from 255) = 40%
R=15.58%
G=44.42%
B=40%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal601711540.6500.100.33170.8148.0545.29
Hex3CAB9A410A21ab302d
Octal74253232101012412536055
Binary111100101010111001101010000010101010000110101011110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CAB9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,171,154); }

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

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

 a { background-color: rgb(60,171,154); }

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

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

 span { border-color: rgb(60,171,154); }

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