Html Css Color HEX #39AC8B Gossamer

📋 copy color: '#39AC8B'

red 57 ◦ green 172 ◦ blue 139

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

Shades of Gossamer #39AC8B

Tints of Gossamer #39AC8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 37.77%

R = 15.49%
G = 46.74%
B = 37.77%

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

#39AC8B (or 0x39AC8B) is known color: Gossamer. HEX triplet: 39, AC and 8B. RGB value is (57,172,139). Sum of RGB (Red+Green+Blue) = 57+172+139=368 (48% of max value = 765). Red value is 57 (22.66% from 255 or 15.49% from 368); Green value is 172 (67.58% from 255 or 46.74% from 368); Blue value is 139 (54.69% from 255 or 37.77% from 368); Max value from RGB is 172 - color contains mainly: green. Hex color #39AC8B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #39AC8B is #C65374. Grayscale: #858585. Windows color (decimal): -12997493 or 9153593. OLE color: 9153593.

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

Color convert

RGB 57 172 139 -
CMYK 0.67 0 0.19 0.33
HSL 162.78º 0.5% 0.45% -
HSV(B) 162.78º 0.67% 0.67% -
XYZ 21.1 32.24 29.54 -
YUV 133.85 130.9 73.18 -
System Red Green Blue C M Y K H S L
Decimal 57 172 139 0.67 0 0.19 0.33 162.78 0.5 0.45
Hex 39 AC 8B 43 0 13 21 A3 32 2D
Octal 71 254 213 103 0 23 41 243 62 55
Binary 111001 10101100 10001011 1000011 0 10011 100001 10100011 110010 101101

Color Harmonies of #39AC8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39AC8B

Black with #39AC8B

Text Example


Text Example

White with #39AC8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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