Html Css Color HEX #3CAC9A Gossamer

📋 copy color: '#3CAC9A'

red 60 ◦ green 172 ◦ blue 154

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

Shades of Gossamer #3CAC9A

Tints of Gossamer #3CAC9A

RGB

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

 GREEN value IS 172 (67.58% from 255) = 44.56%

 BLUE value IS 154 (60.55% from 255) = 39.9%

R = 15.54%
G = 44.56%
B = 39.9%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.10

 K value IS 0.33

RGB Variations

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

Color information

#3CAC9A (or 0x3CAC9A) is known color: Gossamer. HEX triplet: 3C, AC and 9A. RGB value is (60,172,154). Sum of RGB (Red+Green+Blue) = 60+172+154=386 (51% of max value = 765). Red value is 60 (23.83% from 255 or 15.54% from 386); Green value is 172 (67.58% from 255 or 44.56% from 386); Blue value is 154 (60.55% from 255 or 39.90% from 386); Max value from RGB is 172 - color contains mainly: green. Hex color #3CAC9A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3CAC9A is #C35365. Grayscale: #888888. Windows color (decimal): -12800870 or 10136636. OLE color: 10136636.

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

Color convert

RGB 60 172 154 -
CMYK 0.65 0 0.10 0.33
HSL 170.36º 0.48% 0.45% -
HSV(B) 170.36º 0.65% 0.67% -
XYZ 22.45 32.8 35.72 -
YUV 136.46 137.89 73.46 -
System Red Green Blue C M Y K H S L
Decimal 60 172 154 0.65 0 0.10 0.33 170.36 0.48 0.45
Hex 3C AC 9A 41 0 A 21 AA 30 2D
Octal 74 254 232 101 0 12 41 252 60 55
Binary 111100 10101100 10011010 1000001 0 1010 100001 10101010 110000 101101

Color Harmonies of #3CAC9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CAC9A

Black with #3CAC9A

Text Example


Text Example

White with #3CAC9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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