Html Css Color HEX #3CAA7E Gossamer

📋 copy color: '#3CAA7E'

red 60 ◦ green 170 ◦ blue 126

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

Shades of Gossamer #3CAA7E

Tints of Gossamer #3CAA7E

RGB

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

 GREEN value IS 170 (66.8% from 255) = 47.75%

 BLUE value IS 126 (49.61% from 255) = 35.39%

R = 16.85%
G = 47.75%
B = 35.39%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.26

 K value IS 0.33

RGB Variations

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

Color information

#3CAA7E (or 0x3CAA7E) is known color: Gossamer. HEX triplet: 3C, AA and 7E. RGB value is (60,170,126). Sum of RGB (Red+Green+Blue) = 60+170+126=356 (47% of max value = 765). Red value is 60 (23.83% from 255 or 16.85% from 356); Green value is 170 (66.80% from 255 or 47.75% from 356); Blue value is 126 (49.61% from 255 or 35.39% from 356); Max value from RGB is 170 - color contains mainly: green. Hex color #3CAA7E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3CAA7E is #C35581. Grayscale: #848484. Windows color (decimal): -12801410 or 8301116. OLE color: 8301116.

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

Color convert

RGB 60 170 126 -
CMYK 0.65 0 0.26 0.33
HSL 156º 0.48% 0.45% -
HSV(B) 156º 0.65% 0.67% -
XYZ 20 31.22 24.71 -
YUV 132.09 124.56 76.58 -
System Red Green Blue C M Y K H S L
Decimal 60 170 126 0.65 0 0.26 0.33 156 0.48 0.45
Hex 3C AA 7E 41 0 1A 21 9C 30 2D
Octal 74 252 176 101 0 32 41 234 60 55
Binary 111100 10101010 1111110 1000001 0 11010 100001 10011100 110000 101101

Color Harmonies of #3CAA7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CAA7E

Black with #3CAA7E

Text Example


Text Example

White with #3CAA7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,170,126); }

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

background-color css

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

 a { background-color: rgb(60,170,126); }

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

border-color css

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

 span { border-color: rgb(60,170,126); }

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