Html Css Color HEX #39AA7E Gossamer

📋 copy color: '#39AA7E'

red 57 ◦ green 170 ◦ blue 126

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

Shades of Gossamer #39AA7E

Tints of Gossamer #39AA7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 35.69%

R = 16.15%
G = 48.16%
B = 35.69%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.26

 K value IS 0.33

RGB Variations

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

Color information

#39AA7E (or 0x39AA7E) is known color: Gossamer. HEX triplet: 39, AA and 7E. RGB value is (57,170,126). Sum of RGB (Red+Green+Blue) = 57+170+126=353 (46% of max value = 765). Red value is 57 (22.66% from 255 or 16.15% from 353); Green value is 170 (66.80% from 255 or 48.16% from 353); Blue value is 126 (49.61% from 255 or 35.69% from 353); Max value from RGB is 170 - color contains mainly: green. Hex color #39AA7E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #39AA7E is #C65581. Grayscale: #838383. Windows color (decimal): -12998018 or 8301113. OLE color: 8301113.

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

Color convert

RGB 57 170 126 -
CMYK 0.66 0 0.26 0.33
HSL 156.64º 0.5% 0.45% -
HSV(B) 156.64º 0.66% 0.67% -
XYZ 19.83 31.13 24.7 -
YUV 131.2 125.06 75.08 -
System Red Green Blue C M Y K H S L
Decimal 57 170 126 0.66 0 0.26 0.33 156.64 0.5 0.45
Hex 39 AA 7E 42 0 1A 21 9D 32 2D
Octal 71 252 176 102 0 32 41 235 62 55
Binary 111001 10101010 1111110 1000010 0 11010 100001 10011101 110010 101101

Color Harmonies of #39AA7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39AA7E

Black with #39AA7E

Text Example


Text Example

White with #39AA7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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