Html Css Color HEX #39AC8C Gossamer

📋 copy color: '#39AC8C'

red 57 ◦ green 172 ◦ blue 140

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

Shades of Gossamer #39AC8C

Tints of Gossamer #39AC8C

RGB

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

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

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

R = 15.45%
G = 46.61%
B = 37.94%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.19

 K value IS 0.33

RGB Variations

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

Color information

#39AC8C (or 0x39AC8C) is known color: Gossamer. HEX triplet: 39, AC and 8C. RGB value is (57,172,140). Sum of RGB (Red+Green+Blue) = 57+172+140=369 (48% of max value = 765). Red value is 57 (22.66% from 255 or 15.45% from 369); Green value is 172 (67.58% from 255 or 46.61% from 369); Blue value is 140 (55.08% from 255 or 37.94% from 369); Max value from RGB is 172 - color contains mainly: green. Hex color #39AC8C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #39AC8C is #C65373. Grayscale: #858585. Windows color (decimal): -12997492 or 9219129. OLE color: 9219129.

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

Color convert

RGB 57 172 140 -
CMYK 0.67 0 0.19 0.33
HSL 163.3º 0.5% 0.45% -
HSV(B) 163.3º 0.67% 0.67% -
XYZ 21.17 32.27 29.92 -
YUV 133.97 131.4 73.1 -
System Red Green Blue C M Y K H S L
Decimal 57 172 140 0.67 0 0.19 0.33 163.3 0.5 0.45
Hex 39 AC 8C 43 0 13 21 A3 32 2D
Octal 71 254 214 103 0 23 41 243 62 55
Binary 111001 10101100 10001100 1000011 0 10011 100001 10100011 110010 101101

Color Harmonies of #39AC8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39AC8C

Black with #39AC8C

Text Example


Text Example

White with #39AC8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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