#389E7E

Color #389E7E Gossamer (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gossamer #389E7E

Tints of Gossamer #389E7E

Color information

#389E7E (or 0x389E7E) is unknown color: approx Gossamer. HEX triplet: 38, 9E and 7E. RGB value is (56,158,126). Sum of RGB (Red+Green+Blue) = 56+158+126=340 (45% of max value = 765). Red value is 56 (22.27% from 255 or 16.47% from 340); Green value is 158 (62.11% from 255 or 46.47% from 340); Blue value is 126 (49.61% from 255 or 37.06% from 340); Max value from RGB is 158 - color contains mainly: green. Hex color #389E7E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #389E7E is #C76181. Grayscale: #7B7B7B. Windows color (decimal): -13066626 or 8298040. OLE color: 8298040.

HSL color Cylindrical-coordinate representation of color #389E7E: hue angle of 161.18º degrees, saturation: 0.48, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #389E7E is Cyan = 0.65, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.38.

Color convert

RGB56158126-
CMYK0.6500.200.38
HSL161.18º47.66%41.96%-
HSV(B)161.18º64.56%61.96%-
XYZ17.6226.823.98-
YUV123.85129.2179.6-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 16.47%
GREEN value IS 158 (62.11% from 255) = 46.47%
BLUE value IS 126 (49.61% from 255) = 37.06%
R=16.47%
G=46.47%
B=37.06%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal561581260.6500.200.38161.1847.6641.96
Hex389E7E4101426a1302a
Octal70236176101024462416052
Binary111000100111101111110100000101010010011010100001110000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #389E7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,158,126); }

 H1.HeaderClassName
 {
   color: #389E7E;
 }
 .AnyTagClassName
 {
   color: #389E7E;
 }
</style>
background-color css

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

 a { background-color: rgb(56,158,126); }

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

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

 span { border-color: rgb(56,158,126); }

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