#389C8A

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

Shades of Gossamer #389C8A

Tints of Gossamer #389C8A

Color information

#389C8A (or 0x389C8A) is unknown color: approx Gossamer. HEX triplet: 38, 9C and 8A. RGB value is (56,156,138). Sum of RGB (Red+Green+Blue) = 56+156+138=350 (46% of max value = 765). Red value is 56 (22.27% from 255 or 16% from 350); Green value is 156 (61.33% from 255 or 44.57% from 350); Blue value is 138 (54.30% from 255 or 39.43% from 350); Max value from RGB is 156 - color contains mainly: green. Hex color #389C8A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #389C8A is #C76375. Grayscale: #7C7C7C. Windows color (decimal): -13067126 or 9083960. OLE color: 9083960.

HSL color Cylindrical-coordinate representation of color #389C8A: hue angle of 169.2º degrees, saturation: 0.47, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #389C8A is Cyan = 0.64, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.39.

Color convert

RGB56156138-
CMYK0.6400.120.39
HSL169.2º47.17%41.57%-
HSV(B)169.2º64.1%61.18%-
XYZ18.1126.4528.2-
YUV124.05135.8779.46-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 16%
GREEN value IS 156 (61.33% from 255) = 44.57%
BLUE value IS 138 (54.30% from 255) = 39.43%
R=16%
G=44.57%
B=39.43%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal561561380.6400.120.39169.247.1741.57
Hex389C8A400C27a92f2a
Octal70234212100014472515752
Binary111000100111001000101010000000110010011110101001101111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #389C8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,156,138); }

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

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

 a { background-color: rgb(56,156,138); }

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

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

 span { border-color: rgb(56,156,138); }

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