#389E7A

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

Shades of Gossamer #389E7A

Tints of Gossamer #389E7A

Color information

#389E7A (or 0x389E7A) is unknown color: approx Gossamer. HEX triplet: 38, 9E and 7A. RGB value is (56,158,122). Sum of RGB (Red+Green+Blue) = 56+158+122=336 (44% of max value = 765). Red value is 56 (22.27% from 255 or 16.67% from 336); Green value is 158 (62.11% from 255 or 47.02% from 336); Blue value is 122 (48.05% from 255 or 36.31% from 336); Max value from RGB is 158 - color contains mainly: green. Hex color #389E7A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #389E7A is #C76185. Grayscale: #7B7B7B. Windows color (decimal): -13066630 or 8035896. OLE color: 8035896.

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

Color convert

RGB56158122-
CMYK0.6500.230.38
HSL158.82º47.66%41.96%-
HSV(B)158.82º64.56%61.96%-
XYZ17.3726.722.65-
YUV123.4127.2179.93-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 16.67%
GREEN value IS 158 (62.11% from 255) = 47.02%
BLUE value IS 122 (48.05% from 255) = 36.31%
R=16.67%
G=47.02%
B=36.31%

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
Decimal561581220.6500.230.38158.8247.6641.96
Hex389E7A41017269f302a
Octal70236172101027462376052
Binary111000100111101111010100000101011110011010011111110000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #389E7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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