Html Css Color HEX #3AAA7E Gossamer

📋 copy color: '#3AAA7E'

red 58 ◦ green 170 ◦ blue 126

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

Shades of Gossamer #3AAA7E

Tints of Gossamer #3AAA7E

RGB

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

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

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

R = 16.38%
G = 48.02%
B = 35.59%

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

#3AAA7E (or 0x3AAA7E) is known color: Gossamer. HEX triplet: 3A, AA and 7E. RGB value is (58,170,126). Sum of RGB (Red+Green+Blue) = 58+170+126=354 (46% of max value = 765). Red value is 58 (23.05% from 255 or 16.38% from 354); Green value is 170 (66.80% from 255 or 48.02% from 354); Blue value is 126 (49.61% from 255 or 35.59% from 354); Max value from RGB is 170 - color contains mainly: green. Hex color #3AAA7E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3AAA7E is #C55581. Grayscale: #838383. Windows color (decimal): -12932482 or 8301114. OLE color: 8301114.

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

Color convert

RGB 58 170 126 -
CMYK 0.66 0 0.26 0.33
HSL 156.43º 0.49% 0.45% -
HSV(B) 156.43º 0.66% 0.67% -
XYZ 19.89 31.16 24.7 -
YUV 131.5 124.89 75.58 -
System Red Green Blue C M Y K H S L
Decimal 58 170 126 0.66 0 0.26 0.33 156.43 0.49 0.45
Hex 3A AA 7E 42 0 1A 21 9C 31 2D
Octal 72 252 176 102 0 32 41 234 61 55
Binary 111010 10101010 1111110 1000010 0 11010 100001 10011100 110001 101101

Color Harmonies of #3AAA7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AAA7E

Black with #3AAA7E

Text Example


Text Example

White with #3AAA7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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