#389F89

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

Shades of Gossamer #389F89

Tints of Gossamer #389F89

Color information

#389F89 (or 0x389F89) is unknown color: approx Gossamer. HEX triplet: 38, 9F and 89. RGB value is (56,159,137). Sum of RGB (Red+Green+Blue) = 56+159+137=352 (46% of max value = 765). Red value is 56 (22.27% from 255 or 15.91% from 352); Green value is 159 (62.5% from 255 or 45.17% from 352); Blue value is 137 (53.91% from 255 or 38.92% from 352); Max value from RGB is 159 - color contains mainly: green. Hex color #389F89 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #389F89 is #C76076. Grayscale: #7D7D7D. Windows color (decimal): -13066359 or 9019192. OLE color: 9019192.

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

Color convert

RGB56159137-
CMYK0.6500.140.38
HSL167.18º47.91%42.16%-
HSV(B)167.18º64.78%62.35%-
XYZ18.5427.4427.99-
YUV125.7134.3878.29-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 15.91%
GREEN value IS 159 (62.5% from 255) = 45.17%
BLUE value IS 137 (53.91% from 255) = 38.92%
R=15.91%
G=45.17%
B=38.92%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal561591370.6500.140.38167.1847.9142.16
Hex389F89410E26a7302a
Octal70237211101016462476052
Binary111000100111111000100110000010111010011010100111110000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #389F89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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