Html Css Color HEX #39AC8A Gossamer

📋 copy color: '#39AC8A'

red 57 ◦ green 172 ◦ blue 138

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

Shades of Gossamer #39AC8A

Tints of Gossamer #39AC8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 37.6%

R = 15.53%
G = 46.87%
B = 37.6%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.20

 K value IS 0.33

RGB Variations

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

Color information

#39AC8A (or 0x39AC8A) is known color: Gossamer. HEX triplet: 39, AC and 8A. RGB value is (57,172,138). Sum of RGB (Red+Green+Blue) = 57+172+138=367 (48% of max value = 765). Red value is 57 (22.66% from 255 or 15.53% from 367); Green value is 172 (67.58% from 255 or 46.87% from 367); Blue value is 138 (54.30% from 255 or 37.60% from 367); Max value from RGB is 172 - color contains mainly: green. Hex color #39AC8A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #39AC8A is #C65375. Grayscale: #858585. Windows color (decimal): -12997494 or 9088057. OLE color: 9088057.

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

Color convert

RGB 57 172 138 -
CMYK 0.67 0 0.20 0.33
HSL 162.26º 0.5% 0.45% -
HSV(B) 162.26º 0.67% 0.67% -
XYZ 21.03 32.21 29.15 -
YUV 133.74 130.4 73.26 -
System Red Green Blue C M Y K H S L
Decimal 57 172 138 0.67 0 0.20 0.33 162.26 0.5 0.45
Hex 39 AC 8A 43 0 14 21 A2 32 2D
Octal 71 254 212 103 0 24 41 242 62 55
Binary 111001 10101100 10001010 1000011 0 10100 100001 10100010 110010 101101

Color Harmonies of #39AC8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39AC8A

Black with #39AC8A

Text Example


Text Example

White with #39AC8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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