Html Css Color HEX #3CAB9C Gossamer

📋 copy color: '#3CAB9C'

red 60 ◦ green 171 ◦ blue 156

#3CAB9C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gossamer #3CAB9C

Tints of Gossamer #3CAB9C

RGB

 RED value IS 60 (23.83% from 255) = 15.5%

 GREEN value IS 171 (67.19% from 255) = 44.19%

 BLUE value IS 156 (61.33% from 255) = 40.31%

R = 15.5%
G = 44.19%
B = 40.31%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.09

 K value IS 0.33

RGB Variations

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

Color information

#3CAB9C (or 0x3CAB9C) is known color: Gossamer. HEX triplet: 3C, AB and 9C. RGB value is (60,171,156). Sum of RGB (Red+Green+Blue) = 60+171+156=387 (51% of max value = 765). Red value is 60 (23.83% from 255 or 15.50% from 387); Green value is 171 (67.19% from 255 or 44.19% from 387); Blue value is 156 (61.33% from 255 or 40.31% from 387); Max value from RGB is 171 - color contains mainly: green. Hex color #3CAB9C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3CAB9C is #C35463. Grayscale: #888888. Windows color (decimal): -12801124 or 10267452. OLE color: 10267452.

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

Color convert

RGB 60 171 156 -
CMYK 0.65 0 0.09 0.33
HSL 171.89º 0.48% 0.45% -
HSV(B) 171.89º 0.65% 0.67% -
XYZ 22.43 32.49 36.54 -
YUV 136.1 139.23 73.72 -
System Red Green Blue C M Y K H S L
Decimal 60 171 156 0.65 0 0.09 0.33 171.89 0.48 0.45
Hex 3C AB 9C 41 0 9 21 AC 30 2D
Octal 74 253 234 101 0 11 41 254 60 55
Binary 111100 10101011 10011100 1000001 0 1001 100001 10101100 110000 101101

Color Harmonies of #3CAB9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CAB9C

Black with #3CAB9C

Text Example


Text Example

White with #3CAB9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #3CAB9C;
 }
 .AnyTagClassName
 {
   color: #3CAB9C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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