Html Css Color HEX #389682 Gossamer

📋 copy color: '#389682'

red 56 ◦ green 150 ◦ blue 130

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

Shades of Gossamer #389682

Tints of Gossamer #389682

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 38.69%

R = 16.67%
G = 44.64%
B = 38.69%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.13

 K value IS 0.41

RGB Variations

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

Color information

#389682 (or 0x389682) is known color: Gossamer. HEX triplet: 38, 96 and 82. RGB value is (56,150,130). Sum of RGB (Red+Green+Blue) = 56+150+130=336 (44% of max value = 765). Red value is 56 (22.27% from 255 or 16.67% from 336); Green value is 150 (58.98% from 255 or 44.64% from 336); Blue value is 130 (51.17% from 255 or 38.69% from 336); Max value from RGB is 150 - color contains mainly: green. Hex color #389682 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #389682 is #C7697D. Grayscale: #777777. Windows color (decimal): -13068670 or 8558136. OLE color: 8558136.

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

Color convert

RGB 56 150 130 -
CMYK 0.63 0 0.13 0.41
HSL 167.23º 0.46% 0.4% -
HSV(B) 167.23º 0.63% 0.59% -
XYZ 16.57 24.27 24.93 -
YUV 119.61 133.86 82.63 -
System Red Green Blue C M Y K H S L
Decimal 56 150 130 0.63 0 0.13 0.41 167.23 0.46 0.4
Hex 38 96 82 3F 0 D 29 A7 2E 28
Octal 70 226 202 77 0 15 51 247 56 50
Binary 111000 10010110 10000010 111111 0 1101 101001 10100111 101110 101000

Color Harmonies of #389682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #389682

Black with #389682

Text Example


Text Example

White with #389682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #389682; }

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

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

background-color css

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

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

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

border-color css

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

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

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