Html Css Color HEX #389687 Gossamer

📋 copy color: '#389687'

red 56 ◦ green 150 ◦ blue 135

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

Shades of Gossamer #389687

Tints of Gossamer #389687

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 39.59%

R = 16.42%
G = 43.99%
B = 39.59%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.1

 K value IS 0.41

RGB Variations

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

Color information

#389687 (or 0x389687) is known color: Gossamer. HEX triplet: 38, 96 and 87. RGB value is (56,150,135). Sum of RGB (Red+Green+Blue) = 56+150+135=341 (45% of max value = 765). Red value is 56 (22.27% from 255 or 16.42% from 341); Green value is 150 (58.98% from 255 or 43.99% from 341); Blue value is 135 (53.12% from 255 or 39.59% from 341); Max value from RGB is 150 - color contains mainly: green. Hex color #389687 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #389687 is #C76978. Grayscale: #787878. Windows color (decimal): -13068665 or 8885816. OLE color: 8885816.

HSL color Cylindrical-coordinate representation of color #389687: hue angle of 170.43º 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 #389687 is Cyan = 0.63, Magento = 0, Yellow = 0.1 and Black (K on CMYK) = 0.41.

Color convert

RGB 56 150 135 -
CMYK 0.63 0 0.1 0.41
HSL 170.43º 0.46% 0.4% -
HSV(B) 170.43º 0.63% 0.59% -
XYZ 16.91 24.4 26.74 -
YUV 120.18 136.36 82.22 -
System Red Green Blue C M Y K H S L
Decimal 56 150 135 0.63 0 0.1 0.41 170.43 0.46 0.4
Hex 38 96 87 3F 0 A 29 AA 2E 28
Octal 70 226 207 77 0 12 51 252 56 50
Binary 111000 10010110 10000111 111111 0 1010 101001 10101010 101110 101000

Color Harmonies of #389687

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #389687

Black with #389687

Text Example


Text Example

White with #389687

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #389687; }

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

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

background-color css

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

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

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

border-color css

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

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

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