Html Css Color HEX #389386 Gossamer

📋 copy color: '#389386'

red 56 ◦ green 147 ◦ blue 134

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

Shades of Gossamer #389386

Tints of Gossamer #389386

RGB

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

 GREEN value IS 147 (57.81% from 255) = 43.62%

 BLUE value IS 134 (52.73% from 255) = 39.76%

R = 16.62%
G = 43.62%
B = 39.76%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.09

 K value IS 0.42

RGB Variations

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

Color information

#389386 (or 0x389386) is known color: Gossamer. HEX triplet: 38, 93 and 86. RGB value is (56,147,134). Sum of RGB (Red+Green+Blue) = 56+147+134=337 (44% of max value = 765). Red value is 56 (22.27% from 255 or 16.62% from 337); Green value is 147 (57.81% from 255 or 43.62% from 337); Blue value is 134 (52.73% from 255 or 39.76% from 337); Max value from RGB is 147 - color contains mainly: green. Hex color #389386 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #389386 is #C76C79. Grayscale: #767676. Windows color (decimal): -13069434 or 8819512. OLE color: 8819512.

HSL color Cylindrical-coordinate representation of color #389386: hue angle of 171.43º degrees, saturation: 0.45, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #389386 is Cyan = 0.62, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.42.

Color convert

RGB 56 147 134 -
CMYK 0.62 0 0.09 0.42
HSL 171.43º 0.45% 0.4% -
HSV(B) 171.43º 0.62% 0.58% -
XYZ 16.37 23.43 26.21 -
YUV 118.31 136.85 83.56 -
System Red Green Blue C M Y K H S L
Decimal 56 147 134 0.62 0 0.09 0.42 171.43 0.45 0.4
Hex 38 93 86 3E 0 9 2A AB 2D 28
Octal 70 223 206 76 0 11 52 253 55 50
Binary 111000 10010011 10000110 111110 0 1001 101010 10101011 101101 101000

Color Harmonies of #389386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #389386

Black with #389386

Text Example


Text Example

White with #389386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #389386; }

 p { color: rgb(56,147,134); }

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

background-color css

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

 a { background-color: rgb(56,147,134); }

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

border-color css

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

 span { border-color: rgb(56,147,134); }

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