Html Css Color HEX #3AA995 Gossamer

📋 copy color: '#3AA995'

red 58 ◦ green 169 ◦ blue 149

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

Shades of Gossamer #3AA995

Tints of Gossamer #3AA995

RGB

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

 GREEN value IS 169 (66.41% from 255) = 44.95%

 BLUE value IS 149 (58.59% from 255) = 39.63%

R = 15.43%
G = 44.95%
B = 39.63%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.12

 K value IS 0.34

RGB Variations

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

Color information

#3AA995 (or 0x3AA995) is known color: Gossamer. HEX triplet: 3A, A9 and 95. RGB value is (58,169,149). Sum of RGB (Red+Green+Blue) = 58+169+149=376 (49% of max value = 765). Red value is 58 (23.05% from 255 or 15.43% from 376); Green value is 169 (66.41% from 255 or 44.95% from 376); Blue value is 149 (58.59% from 255 or 39.63% from 376); Max value from RGB is 169 - color contains mainly: green. Hex color #3AA995 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3AA995 is #C5566A. Grayscale: #858585. Windows color (decimal): -12932715 or 9808186. OLE color: 9808186.

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

Color convert

RGB 58 169 149 -
CMYK 0.66 0 0.12 0.34
HSL 169.19º 0.49% 0.45% -
HSV(B) 169.19º 0.66% 0.66% -
XYZ 21.36 31.45 33.38 -
YUV 133.53 136.73 74.13 -
System Red Green Blue C M Y K H S L
Decimal 58 169 149 0.66 0 0.12 0.34 169.19 0.49 0.45
Hex 3A A9 95 42 0 C 22 A9 31 2D
Octal 72 251 225 102 0 14 42 251 61 55
Binary 111010 10101001 10010101 1000010 0 1100 100010 10101001 110001 101101

Color Harmonies of #3AA995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AA995

Black with #3AA995

Text Example


Text Example

White with #3AA995

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,169,149); }

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

background-color css

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

 a { background-color: rgb(58,169,149); }

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

border-color css

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

 span { border-color: rgb(58,169,149); }

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