Html Css Color HEX #3AAC90 Gossamer

📋 copy color: '#3AAC90'

red 58 ◦ green 172 ◦ blue 144

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

Shades of Gossamer #3AAC90

Tints of Gossamer #3AAC90

RGB

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

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

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

R = 15.51%
G = 45.99%
B = 38.5%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.16

 K value IS 0.33

RGB Variations

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

Color information

#3AAC90 (or 0x3AAC90) is known color: Gossamer. HEX triplet: 3A, AC and 90. RGB value is (58,172,144). Sum of RGB (Red+Green+Blue) = 58+172+144=374 (49% of max value = 765). Red value is 58 (23.05% from 255 or 15.51% from 374); Green value is 172 (67.58% from 255 or 45.99% from 374); Blue value is 144 (56.64% from 255 or 38.50% from 374); Max value from RGB is 172 - color contains mainly: green. Hex color #3AAC90 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3AAC90 is #C5536F. Grayscale: #868686. Windows color (decimal): -12931952 or 9481274. OLE color: 9481274.

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

Color convert

RGB 58 172 144 -
CMYK 0.66 0 0.16 0.33
HSL 165.26º 0.5% 0.45% -
HSV(B) 165.26º 0.66% 0.67% -
XYZ 21.53 32.42 31.51 -
YUV 134.72 133.23 73.28 -
System Red Green Blue C M Y K H S L
Decimal 58 172 144 0.66 0 0.16 0.33 165.26 0.5 0.45
Hex 3A AC 90 42 0 10 21 A5 32 2D
Octal 72 254 220 102 0 20 41 245 62 55
Binary 111010 10101100 10010000 1000010 0 10000 100001 10100101 110010 101101

Color Harmonies of #3AAC90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AAC90

Black with #3AAC90

Text Example


Text Example

White with #3AAC90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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