Html Css Color HEX #389689 Gossamer

📋 copy color: '#389689'

red 56 ◦ green 150 ◦ blue 137

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

Shades of Gossamer #389689

Tints of Gossamer #389689

RGB

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

 GREEN value IS 150 (58.98% from 255) = 43.73%

 BLUE value IS 137 (53.91% from 255) = 39.94%

R = 16.33%
G = 43.73%
B = 39.94%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.09

 K value IS 0.41

RGB Variations

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

Color information

#389689 (or 0x389689) is known color: Gossamer. HEX triplet: 38, 96 and 89. RGB value is (56,150,137). Sum of RGB (Red+Green+Blue) = 56+150+137=343 (45% of max value = 765). Red value is 56 (22.27% from 255 or 16.33% from 343); Green value is 150 (58.98% from 255 or 43.73% from 343); Blue value is 137 (53.91% from 255 or 39.94% from 343); Max value from RGB is 150 - color contains mainly: green. Hex color #389689 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #389689 is #C76976. Grayscale: #787878. Windows color (decimal): -13068663 or 9016888. OLE color: 9016888.

HSL color Cylindrical-coordinate representation of color #389689: hue angle of 171.7º degrees, saturation: 0.46, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #389689 is Cyan = 0.63, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.41.

Color convert

RGB 56 150 137 -
CMYK 0.63 0 0.09 0.41
HSL 171.7º 0.46% 0.4% -
HSV(B) 171.7º 0.63% 0.59% -
XYZ 17.05 24.46 27.49 -
YUV 120.41 137.36 82.06 -
System Red Green Blue C M Y K H S L
Decimal 56 150 137 0.63 0 0.09 0.41 171.7 0.46 0.4
Hex 38 96 89 3F 0 9 29 AC 2E 28
Octal 70 226 211 77 0 11 51 254 56 50
Binary 111000 10010110 10001001 111111 0 1001 101001 10101100 101110 101000

Color Harmonies of #389689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #389689

Black with #389689

Text Example


Text Example

White with #389689

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #389689; }

 p { color: rgb(56,150,137); }

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

background-color css

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

 a { background-color: rgb(56,150,137); }

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

border-color css

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

 span { border-color: rgb(56,150,137); }

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