Html Css Color HEX #3AA996 Gossamer

📋 copy color: '#3AA996'

red 58 ◦ green 169 ◦ blue 150

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

Shades of Gossamer #3AA996

Tints of Gossamer #3AA996

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 39.79%

R = 15.38%
G = 44.83%
B = 39.79%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.11

 K value IS 0.34

RGB Variations

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

Color information

#3AA996 (or 0x3AA996) is known color: Gossamer. HEX triplet: 3A, A9 and 96. RGB value is (58,169,150). Sum of RGB (Red+Green+Blue) = 58+169+150=377 (49% of max value = 765). Red value is 58 (23.05% from 255 or 15.38% from 377); Green value is 169 (66.41% from 255 or 44.83% from 377); Blue value is 150 (58.98% from 255 or 39.79% from 377); Max value from RGB is 169 - color contains mainly: green. Hex color #3AA996 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3AA996 is #C55669. Grayscale: #858585. Windows color (decimal): -12932714 or 9873722. OLE color: 9873722.

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

Color convert

RGB 58 169 150 -
CMYK 0.66 0 0.11 0.34
HSL 169.73º 0.49% 0.45% -
HSV(B) 169.73º 0.66% 0.66% -
XYZ 21.44 31.48 33.8 -
YUV 133.65 137.23 74.04 -
System Red Green Blue C M Y K H S L
Decimal 58 169 150 0.66 0 0.11 0.34 169.73 0.49 0.45
Hex 3A A9 96 42 0 B 22 AA 31 2D
Octal 72 251 226 102 0 13 42 252 61 55
Binary 111010 10101001 10010110 1000010 0 1011 100010 10101010 110001 101101

Color Harmonies of #3AA996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AA996

Black with #3AA996

Text Example


Text Example

White with #3AA996

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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