Html Css Color HEX #3AA294 Gossamer

📋 copy color: '#3AA294'

red 58 ◦ green 162 ◦ blue 148

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

Shades of Gossamer #3AA294

Tints of Gossamer #3AA294

RGB

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

 GREEN value IS 162 (63.67% from 255) = 44.02%

 BLUE value IS 148 (58.2% from 255) = 40.22%

R = 15.76%
G = 44.02%
B = 40.22%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.09

 K value IS 0.36

RGB Variations

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

Color information

#3AA294 (or 0x3AA294) is known color: Gossamer. HEX triplet: 3A, A2 and 94. RGB value is (58,162,148). Sum of RGB (Red+Green+Blue) = 58+162+148=368 (48% of max value = 765). Red value is 58 (23.05% from 255 or 15.76% from 368); Green value is 162 (63.67% from 255 or 44.02% from 368); Blue value is 148 (58.20% from 255 or 40.22% from 368); Max value from RGB is 162 - color contains mainly: green. Hex color #3AA294 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3AA294 is #C55D6B. Grayscale: #818181. Windows color (decimal): -12934508 or 9740858. OLE color: 9740858.

HSL color Cylindrical-coordinate representation of color #3AA294: hue angle of 171.92º degrees, saturation: 0.47, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3AA294 is Cyan = 0.64, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.36.

Color convert

RGB 58 162 148 -
CMYK 0.64 0 0.09 0.36
HSL 171.92º 0.47% 0.43% -
HSV(B) 171.92º 0.64% 0.64% -
XYZ 20.01 28.88 32.54 -
YUV 129.31 138.54 77.14 -
System Red Green Blue C M Y K H S L
Decimal 58 162 148 0.64 0 0.09 0.36 171.92 0.47 0.43
Hex 3A A2 94 40 0 9 24 AC 2F 2B
Octal 72 242 224 100 0 11 44 254 57 53
Binary 111010 10100010 10010100 1000000 0 1001 100100 10101100 101111 101011

Color Harmonies of #3AA294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AA294

Black with #3AA294

Text Example


Text Example

White with #3AA294

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,162,148); }

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

background-color css

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

 a { background-color: rgb(58,162,148); }

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

border-color css

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

 span { border-color: rgb(58,162,148); }

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