Html Css Color HEX #3AAC92 Gossamer

📋 copy color: '#3AAC92'

red 58 ◦ green 172 ◦ blue 146

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

Shades of Gossamer #3AAC92

Tints of Gossamer #3AAC92

RGB

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

 GREEN value IS 172 (67.58% from 255) = 45.74%

 BLUE value IS 146 (57.42% from 255) = 38.83%

R = 15.43%
G = 45.74%
B = 38.83%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.15

 K value IS 0.33

RGB Variations

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

Color information

#3AAC92 (or 0x3AAC92) is known color: Gossamer. HEX triplet: 3A, AC and 92. RGB value is (58,172,146). Sum of RGB (Red+Green+Blue) = 58+172+146=376 (49% of max value = 765). Red value is 58 (23.05% from 255 or 15.43% from 376); Green value is 172 (67.58% from 255 or 45.74% from 376); Blue value is 146 (57.42% from 255 or 38.83% from 376); Max value from RGB is 172 - color contains mainly: green. Hex color #3AAC92 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3AAC92 is #C5536D. Grayscale: #868686. Windows color (decimal): -12931950 or 9612346. OLE color: 9612346.

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

Color convert

RGB 58 172 146 -
CMYK 0.66 0 0.15 0.33
HSL 166.32º 0.5% 0.45% -
HSV(B) 166.32º 0.66% 0.67% -
XYZ 21.69 32.48 32.32 -
YUV 134.95 134.23 73.11 -
System Red Green Blue C M Y K H S L
Decimal 58 172 146 0.66 0 0.15 0.33 166.32 0.5 0.45
Hex 3A AC 92 42 0 F 21 A6 32 2D
Octal 72 254 222 102 0 17 41 246 62 55
Binary 111010 10101100 10010010 1000010 0 1111 100001 10100110 110010 101101

Color Harmonies of #3AAC92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AAC92

Black with #3AAC92

Text Example


Text Example

White with #3AAC92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,172,146); }

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

background-color css

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

 a { background-color: rgb(58,172,146); }

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

border-color css

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

 span { border-color: rgb(58,172,146); }

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