Html Css Color HEX #3AAA89 Gossamer

📋 copy color: '#3AAA89'

red 58 ◦ green 170 ◦ blue 137

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

Shades of Gossamer #3AAA89

Tints of Gossamer #3AAA89

RGB

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

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

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

R = 15.89%
G = 46.58%
B = 37.53%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.19

 K value IS 0.33

RGB Variations

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

Color information

#3AAA89 (or 0x3AAA89) is known color: Gossamer. HEX triplet: 3A, AA and 89. RGB value is (58,170,137). Sum of RGB (Red+Green+Blue) = 58+170+137=365 (48% of max value = 765). Red value is 58 (23.05% from 255 or 15.89% from 365); Green value is 170 (66.80% from 255 or 46.58% from 365); Blue value is 137 (53.91% from 255 or 37.53% from 365); Max value from RGB is 170 - color contains mainly: green. Hex color #3AAA89 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3AAA89 is #C55576. Grayscale: #848484. Windows color (decimal): -12932471 or 9022010. OLE color: 9022010.

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

Color convert

RGB 58 170 137 -
CMYK 0.66 0 0.19 0.33
HSL 162.32º 0.49% 0.45% -
HSV(B) 162.32º 0.66% 0.67% -
XYZ 20.64 31.46 28.65 -
YUV 132.75 130.39 74.68 -
System Red Green Blue C M Y K H S L
Decimal 58 170 137 0.66 0 0.19 0.33 162.32 0.49 0.45
Hex 3A AA 89 42 0 13 21 A2 31 2D
Octal 72 252 211 102 0 23 41 242 61 55
Binary 111010 10101010 10001001 1000010 0 10011 100001 10100010 110001 101101

Color Harmonies of #3AAA89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AAA89

Black with #3AAA89

Text Example


Text Example

White with #3AAA89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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