Html Css Color HEX #3AA690 Gossamer

📋 copy color: '#3AA690'

red 58 ◦ green 166 ◦ blue 144

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

Shades of Gossamer #3AA690

Tints of Gossamer #3AA690

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 39.13%

R = 15.76%
G = 45.11%
B = 39.13%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.13

 K value IS 0.35

RGB Variations

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

Color information

#3AA690 (or 0x3AA690) is known color: Gossamer. HEX triplet: 3A, A6 and 90. RGB value is (58,166,144). Sum of RGB (Red+Green+Blue) = 58+166+144=368 (48% of max value = 765). Red value is 58 (23.05% from 255 or 15.76% from 368); Green value is 166 (65.23% from 255 or 45.11% from 368); Blue value is 144 (56.64% from 255 or 39.13% from 368); Max value from RGB is 166 - color contains mainly: green. Hex color #3AA690 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3AA690 is #C5596F. Grayscale: #838383. Windows color (decimal): -12933488 or 9479738. OLE color: 9479738.

HSL color Cylindrical-coordinate representation of color #3AA690: hue angle of 167.78º 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 #3AA690 is Cyan = 0.65, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.35.

Color convert

RGB 58 166 144 -
CMYK 0.65 0 0.13 0.35
HSL 167.78º 0.48% 0.44% -
HSV(B) 167.78º 0.65% 0.65% -
XYZ 20.42 30.19 31.14 -
YUV 131.2 135.22 75.79 -
System Red Green Blue C M Y K H S L
Decimal 58 166 144 0.65 0 0.13 0.35 167.78 0.48 0.44
Hex 3A A6 90 41 0 D 23 A8 30 2C
Octal 72 246 220 101 0 15 43 250 60 54
Binary 111010 10100110 10010000 1000001 0 1101 100011 10101000 110000 101100

Color Harmonies of #3AA690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AA690

Black with #3AA690

Text Example


Text Example

White with #3AA690

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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