Html Css Color HEX #3AA689 Gossamer

📋 copy color: '#3AA689'

red 58 ◦ green 166 ◦ blue 137

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

Shades of Gossamer #3AA689

Tints of Gossamer #3AA689

RGB

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

 GREEN value IS 166 (65.23% from 255) = 45.98%

 BLUE value IS 137 (53.91% from 255) = 37.95%

R = 16.07%
G = 45.98%
B = 37.95%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.17

 K value IS 0.35

RGB Variations

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

Color information

#3AA689 (or 0x3AA689) is known color: Gossamer. HEX triplet: 3A, A6 and 89. RGB value is (58,166,137). Sum of RGB (Red+Green+Blue) = 58+166+137=361 (47% of max value = 765). Red value is 58 (23.05% from 255 or 16.07% from 361); Green value is 166 (65.23% from 255 or 45.98% from 361); Blue value is 137 (53.91% from 255 or 37.95% from 361); Max value from RGB is 166 - color contains mainly: green. Hex color #3AA689 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3AA689 is #C55976. Grayscale: #828282. Windows color (decimal): -12933495 or 9020986. OLE color: 9020986.

HSL color Cylindrical-coordinate representation of color #3AA689: hue angle of 163.89º degrees, saturation: 0.48, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3AA689 is Cyan = 0.65, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.35.

Color convert

RGB 58 166 137 -
CMYK 0.65 0 0.17 0.35
HSL 163.89º 0.48% 0.44% -
HSV(B) 163.89º 0.65% 0.65% -
XYZ 19.9 29.98 28.4 -
YUV 130.4 131.72 76.36 -
System Red Green Blue C M Y K H S L
Decimal 58 166 137 0.65 0 0.17 0.35 163.89 0.48 0.44
Hex 3A A6 89 41 0 11 23 A4 30 2C
Octal 72 246 211 101 0 21 43 244 60 54
Binary 111010 10100110 10001001 1000001 0 10001 100011 10100100 110000 101100

Color Harmonies of #3AA689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AA689

Black with #3AA689

Text Example


Text Example

White with #3AA689

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,166,137); }

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

background-color css

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

 a { background-color: rgb(58,166,137); }

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

border-color css

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

 span { border-color: rgb(58,166,137); }

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