#389F7B

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

Shades of Gossamer #389F7B

Tints of Gossamer #389F7B

Color information

#389F7B (or 0x389F7B) is unknown color: approx Gossamer. HEX triplet: 38, 9F and 7B. RGB value is (56,159,123). Sum of RGB (Red+Green+Blue) = 56+159+123=338 (44% of max value = 765). Red value is 56 (22.27% from 255 or 16.57% from 338); Green value is 159 (62.5% from 255 or 47.04% from 338); Blue value is 123 (48.44% from 255 or 36.39% from 338); Max value from RGB is 159 - color contains mainly: green. Hex color #389F7B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #389F7B is #C76084. Grayscale: #7C7C7C. Windows color (decimal): -13066373 or 8101688. OLE color: 8101688.

HSL color Cylindrical-coordinate representation of color #389F7B: hue angle of 159.03º 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 #389F7B is Cyan = 0.65, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.38.

Color convert

RGB56159123-
CMYK0.6500.230.38
HSL159.03º47.91%42.16%-
HSV(B)159.03º64.78%62.35%-
XYZ17.627.0723.04-
YUV124.1127.3879.43-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 16.57%
GREEN value IS 159 (62.5% from 255) = 47.04%
BLUE value IS 123 (48.44% from 255) = 36.39%
R=16.57%
G=47.04%
B=36.39%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal561591230.6500.230.38159.0347.9142.16
Hex389F7B41017269f302a
Octal70237173101027462376052
Binary111000100111111111011100000101011110011010011111110000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #389F7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,159,123); }

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

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

 a { background-color: rgb(56,159,123); }

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

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

 span { border-color: rgb(56,159,123); }

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