Html Css Color HEX #389A80 Gossamer

📋 copy color: '#389A80'

red 56 ◦ green 154 ◦ blue 128

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

Shades of Gossamer #389A80

Tints of Gossamer #389A80

RGB

 RED value IS 56 (22.27% from 255) = 16.57%

 GREEN value IS 154 (60.55% from 255) = 45.56%

 BLUE value IS 128 (50.39% from 255) = 37.87%

R = 16.57%
G = 45.56%
B = 37.87%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.17

 K value IS 0.40

RGB Variations

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

Color information

#389A80 (or 0x389A80) is known color: Gossamer. HEX triplet: 38, 9A and 80. RGB value is (56,154,128). Sum of RGB (Red+Green+Blue) = 56+154+128=338 (44% of max value = 765). Red value is 56 (22.27% from 255 or 16.57% from 338); Green value is 154 (60.55% from 255 or 45.56% from 338); Blue value is 128 (50.39% from 255 or 37.87% from 338); Max value from RGB is 154 - color contains mainly: green. Hex color #389A80 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #389A80 is #C7657F. Grayscale: #797979. Windows color (decimal): -13067648 or 8428088. OLE color: 8428088.

HSL color Cylindrical-coordinate representation of color #389A80: hue angle of 164.08º degrees, saturation: 0.47, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #389A80 is Cyan = 0.64, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.40.

Color convert

RGB 56 154 128 -
CMYK 0.64 0 0.17 0.40
HSL 164.08º 0.47% 0.41% -
HSV(B) 164.08º 0.64% 0.6% -
XYZ 17.08 25.51 24.45 -
YUV 121.73 131.53 81.11 -
System Red Green Blue C M Y K H S L
Decimal 56 154 128 0.64 0 0.17 0.40 164.08 0.47 0.41
Hex 38 9A 80 40 0 11 28 A4 2F 29
Octal 70 232 200 100 0 21 50 244 57 51
Binary 111000 10011010 10000000 1000000 0 10001 101000 10100100 101111 101001

Color Harmonies of #389A80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #389A80

Black with #389A80

Text Example


Text Example

White with #389A80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #389A80; }

 p { color: rgb(56,154,128); }

 H1.HeaderClassName
 {
   color: #389A80;
 }
 .AnyTagClassName
 {
   color: #389A80;
 }
</style>

background-color css

<style>
 a { background-color: #389A80; }

 a { background-color: rgb(56,154,128); }

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

border-color css

<style>
 span { border-color: #389A80; }

 span { border-color: rgb(56,154,128); }

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