Html Css Color HEX #39AC8D Gossamer

📋 copy color: '#39AC8D'

red 57 ◦ green 172 ◦ blue 141

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

Shades of Gossamer #39AC8D

Tints of Gossamer #39AC8D

RGB

 RED value IS 57 (22.66% from 255) = 15.41%

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

 BLUE value IS 141 (55.47% from 255) = 38.11%

R = 15.41%
G = 46.49%
B = 38.11%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.18

 K value IS 0.33

RGB Variations

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

Color information

#39AC8D (or 0x39AC8D) is known color: Gossamer. HEX triplet: 39, AC and 8D. RGB value is (57,172,141). Sum of RGB (Red+Green+Blue) = 57+172+141=370 (49% of max value = 765). Red value is 57 (22.66% from 255 or 15.41% from 370); Green value is 172 (67.58% from 255 or 46.49% from 370); Blue value is 141 (55.47% from 255 or 38.11% from 370); Max value from RGB is 172 - color contains mainly: green. Hex color #39AC8D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #39AC8D is #C65372. Grayscale: #868686. Windows color (decimal): -12997491 or 9284665. OLE color: 9284665.

HSL color Cylindrical-coordinate representation of color #39AC8D: hue angle of 163.83º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #39AC8D is Cyan = 0.67, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.33.

Color convert

RGB 57 172 141 -
CMYK 0.67 0 0.18 0.33
HSL 163.83º 0.5% 0.45% -
HSV(B) 163.83º 0.67% 0.67% -
XYZ 21.25 32.3 30.31 -
YUV 134.08 131.9 73.02 -
System Red Green Blue C M Y K H S L
Decimal 57 172 141 0.67 0 0.18 0.33 163.83 0.5 0.45
Hex 39 AC 8D 43 0 12 21 A4 32 2D
Octal 71 254 215 103 0 22 41 244 62 55
Binary 111001 10101100 10001101 1000011 0 10010 100001 10100100 110010 101101

Color Harmonies of #39AC8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39AC8D

Black with #39AC8D

Text Example


Text Example

White with #39AC8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #39AC8D; }

 p { color: rgb(57,172,141); }

 H1.HeaderClassName
 {
   color: #39AC8D;
 }
 .AnyTagClassName
 {
   color: #39AC8D;
 }
</style>

background-color css

<style>
 a { background-color: #39AC8D; }

 a { background-color: rgb(57,172,141); }

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

border-color css

<style>
 span { border-color: #39AC8D; }

 span { border-color: rgb(57,172,141); }

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