Html Css Color HEX #3AAC8C Gossamer

📋 copy color: '#3AAC8C'

red 58 ◦ green 172 ◦ blue 140

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

Shades of Gossamer #3AAC8C

Tints of Gossamer #3AAC8C

RGB

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

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

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

R = 15.68%
G = 46.49%
B = 37.84%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.19

 K value IS 0.33

RGB Variations

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

Color information

#3AAC8C (or 0x3AAC8C) is known color: Gossamer. HEX triplet: 3A, AC and 8C. RGB value is (58,172,140). Sum of RGB (Red+Green+Blue) = 58+172+140=370 (49% of max value = 765). Red value is 58 (23.05% from 255 or 15.68% from 370); Green value is 172 (67.58% from 255 or 46.49% from 370); Blue value is 140 (55.08% from 255 or 37.84% from 370); Max value from RGB is 172 - color contains mainly: green. Hex color #3AAC8C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3AAC8C is #C55373. Grayscale: #868686. Windows color (decimal): -12931956 or 9219130. OLE color: 9219130.

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

Color convert

RGB 58 172 140 -
CMYK 0.66 0 0.19 0.33
HSL 163.16º 0.5% 0.45% -
HSV(B) 163.16º 0.66% 0.67% -
XYZ 21.23 32.3 29.93 -
YUV 134.27 131.23 73.6 -
System Red Green Blue C M Y K H S L
Decimal 58 172 140 0.66 0 0.19 0.33 163.16 0.5 0.45
Hex 3A AC 8C 42 0 13 21 A3 32 2D
Octal 72 254 214 102 0 23 41 243 62 55
Binary 111010 10101100 10001100 1000010 0 10011 100001 10100011 110010 101101

Color Harmonies of #3AAC8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AAC8C

Black with #3AAC8C

Text Example


Text Example

White with #3AAC8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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