Html Css Color HEX #3AAA7D Gossamer

📋 copy color: '#3AAA7D'

red 58 ◦ green 170 ◦ blue 125

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

Shades of Gossamer #3AAA7D

Tints of Gossamer #3AAA7D

RGB

 RED value IS 58 (23.05% from 255) = 16.43%

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

 BLUE value IS 125 (49.22% from 255) = 35.41%

R = 16.43%
G = 48.16%
B = 35.41%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.26

 K value IS 0.33

RGB Variations

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

Color information

#3AAA7D (or 0x3AAA7D) is known color: Gossamer. HEX triplet: 3A, AA and 7D. RGB value is (58,170,125). Sum of RGB (Red+Green+Blue) = 58+170+125=353 (46% of max value = 765). Red value is 58 (23.05% from 255 or 16.43% from 353); Green value is 170 (66.80% from 255 or 48.16% from 353); Blue value is 125 (49.22% from 255 or 35.41% from 353); Max value from RGB is 170 - color contains mainly: green. Hex color #3AAA7D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3AAA7D is #C55582. Grayscale: #838383. Windows color (decimal): -12932483 or 8235578. OLE color: 8235578.

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

Color convert

RGB 58 170 125 -
CMYK 0.66 0 0.26 0.33
HSL 155.89º 0.49% 0.45% -
HSV(B) 155.89º 0.66% 0.67% -
XYZ 19.82 31.13 24.37 -
YUV 131.38 124.39 75.66 -
System Red Green Blue C M Y K H S L
Decimal 58 170 125 0.66 0 0.26 0.33 155.89 0.49 0.45
Hex 3A AA 7D 42 0 1A 21 9C 31 2D
Octal 72 252 175 102 0 32 41 234 61 55
Binary 111010 10101010 1111101 1000010 0 11010 100001 10011100 110001 101101

Color Harmonies of #3AAA7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AAA7D

Black with #3AAA7D

Text Example


Text Example

White with #3AAA7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,170,125); }

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

background-color css

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

 a { background-color: rgb(58,170,125); }

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

border-color css

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

 span { border-color: rgb(58,170,125); }

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