Html Css Color HEX #39AA8D Gossamer

📋 copy color: '#39AA8D'

red 57 ◦ green 170 ◦ blue 141

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

Shades of Gossamer #39AA8D

Tints of Gossamer #39AA8D

RGB

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

 GREEN value IS 170 (66.8% from 255) = 46.2%

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

R = 15.49%
G = 46.2%
B = 38.32%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.17

 K value IS 0.33

RGB Variations

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

Color information

#39AA8D (or 0x39AA8D) is known color: Gossamer. HEX triplet: 39, AA and 8D. RGB value is (57,170,141). Sum of RGB (Red+Green+Blue) = 57+170+141=368 (48% of max value = 765). Red value is 57 (22.66% from 255 or 15.49% from 368); Green value is 170 (66.80% from 255 or 46.20% from 368); Blue value is 141 (55.47% from 255 or 38.32% from 368); Max value from RGB is 170 - color contains mainly: green. Hex color #39AA8D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #39AA8D is #C65572. Grayscale: #848484. Windows color (decimal): -12998003 or 9284153. OLE color: 9284153.

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

Color convert

RGB 57 170 141 -
CMYK 0.66 0 0.17 0.33
HSL 164.6º 0.5% 0.45% -
HSV(B) 164.6º 0.66% 0.67% -
XYZ 20.87 31.54 30.19 -
YUV 132.91 132.56 73.86 -
System Red Green Blue C M Y K H S L
Decimal 57 170 141 0.66 0 0.17 0.33 164.6 0.5 0.45
Hex 39 AA 8D 42 0 11 21 A5 32 2D
Octal 71 252 215 102 0 21 41 245 62 55
Binary 111001 10101010 10001101 1000010 0 10001 100001 10100101 110010 101101

Color Harmonies of #39AA8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39AA8D

Black with #39AA8D

Text Example


Text Example

White with #39AA8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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