Html Css Color HEX #3AA98C Gossamer

📋 copy color: '#3AA98C'

red 58 ◦ green 169 ◦ blue 140

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

Shades of Gossamer #3AA98C

Tints of Gossamer #3AA98C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 38.15%

R = 15.8%
G = 46.05%
B = 38.15%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.17

 K value IS 0.34

RGB Variations

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

Color information

#3AA98C (or 0x3AA98C) is known color: Gossamer. HEX triplet: 3A, A9 and 8C. RGB value is (58,169,140). Sum of RGB (Red+Green+Blue) = 58+169+140=367 (48% of max value = 765). Red value is 58 (23.05% from 255 or 15.80% from 367); Green value is 169 (66.41% from 255 or 46.05% from 367); Blue value is 140 (55.08% from 255 or 38.15% from 367); Max value from RGB is 169 - color contains mainly: green. Hex color #3AA98C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3AA98C is #C55673. Grayscale: #848484. Windows color (decimal): -12932724 or 9218362. OLE color: 9218362.

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

Color convert

RGB 58 169 140 -
CMYK 0.66 0 0.17 0.34
HSL 164.32º 0.49% 0.45% -
HSV(B) 164.32º 0.66% 0.66% -
XYZ 20.67 31.17 29.74 -
YUV 132.51 132.23 74.86 -
System Red Green Blue C M Y K H S L
Decimal 58 169 140 0.66 0 0.17 0.34 164.32 0.49 0.45
Hex 3A A9 8C 42 0 11 22 A4 31 2D
Octal 72 251 214 102 0 21 42 244 61 55
Binary 111010 10101001 10001100 1000010 0 10001 100010 10100100 110001 101101

Color Harmonies of #3AA98C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AA98C

Black with #3AA98C

Text Example


Text Example

White with #3AA98C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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