#389F88

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

Shades of Gossamer #389F88

Tints of Gossamer #389F88

Color information

#389F88 (or 0x389F88) is unknown color: approx Gossamer. HEX triplet: 38, 9F and 88. RGB value is (56,159,136). Sum of RGB (Red+Green+Blue) = 56+159+136=351 (46% of max value = 765). Red value is 56 (22.27% from 255 or 15.95% from 351); Green value is 159 (62.5% from 255 or 45.30% from 351); Blue value is 136 (53.52% from 255 or 38.75% from 351); Max value from RGB is 159 - color contains mainly: green. Hex color #389F88 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #389F88 is #C76077. Grayscale: #7D7D7D. Windows color (decimal): -13066360 or 8953656. OLE color: 8953656.

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

Color convert

RGB56159136-
CMYK0.6500.140.38
HSL166.6º47.91%42.16%-
HSV(B)166.6º64.78%62.35%-
XYZ18.4727.4127.61-
YUV125.58133.8878.37-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 15.95%
GREEN value IS 159 (62.5% from 255) = 45.30%
BLUE value IS 136 (53.52% from 255) = 38.75%
R=15.95%
G=45.30%
B=38.75%

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
Decimal561591360.6500.140.38166.647.9142.16
Hex389F88410E26a7302a
Octal70237210101016462476052
Binary111000100111111000100010000010111010011010100111110000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #389F88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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