Html Css Color HEX #3AAA97 Gossamer

📋 copy color: '#3AAA97'

red 58 ◦ green 170 ◦ blue 151

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

Shades of Gossamer #3AAA97

Tints of Gossamer #3AAA97

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 39.84%

R = 15.3%
G = 44.85%
B = 39.84%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.11

 K value IS 0.33

RGB Variations

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

Color information

#3AAA97 (or 0x3AAA97) is known color: Gossamer. HEX triplet: 3A, AA and 97. RGB value is (58,170,151). Sum of RGB (Red+Green+Blue) = 58+170+151=379 (50% of max value = 765). Red value is 58 (23.05% from 255 or 15.30% from 379); Green value is 170 (66.80% from 255 or 44.85% from 379); Blue value is 151 (59.38% from 255 or 39.84% from 379); Max value from RGB is 170 - color contains mainly: green. Hex color #3AAA97 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3AAA97 is #C55568. Grayscale: #868686. Windows color (decimal): -12932457 or 9939514. OLE color: 9939514.

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

Color convert

RGB 58 170 151 -
CMYK 0.66 0 0.11 0.33
HSL 169.82º 0.49% 0.45% -
HSV(B) 169.82º 0.66% 0.67% -
XYZ 21.71 31.88 34.29 -
YUV 134.35 137.39 73.54 -
System Red Green Blue C M Y K H S L
Decimal 58 170 151 0.66 0 0.11 0.33 169.82 0.49 0.45
Hex 3A AA 97 42 0 B 21 AA 31 2D
Octal 72 252 227 102 0 13 41 252 61 55
Binary 111010 10101010 10010111 1000010 0 1011 100001 10101010 110001 101101

Color Harmonies of #3AAA97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AAA97

Black with #3AAA97

Text Example


Text Example

White with #3AAA97

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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