#38978B

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

Shades of Gossamer #38978B

Tints of Gossamer #38978B

Color information

#38978B (or 0x38978B) is unknown color: approx Gossamer. HEX triplet: 38, 97 and 8B. RGB value is (56,151,139). Sum of RGB (Red+Green+Blue) = 56+151+139=346 (45% of max value = 765). Red value is 56 (22.27% from 255 or 16.18% from 346); Green value is 151 (59.38% from 255 or 43.64% from 346); Blue value is 139 (54.69% from 255 or 40.17% from 346); Max value from RGB is 151 - color contains mainly: green. Hex color #38978B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #38978B is #C76874. Grayscale: #797979. Windows color (decimal): -13068405 or 9148216. OLE color: 9148216.

HSL color Cylindrical-coordinate representation of color #38978B: hue angle of 172.42º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #38978B is Cyan = 0.63, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.41.

Color convert

RGB56151139-
CMYK0.6300.080.41
HSL172.42º45.89%40.59%-
HSV(B)172.42º62.91%59.22%-
XYZ17.3624.8428.31-
YUV121.23138.0381.48-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 16.18%
GREEN value IS 151 (59.38% from 255) = 43.64%
BLUE value IS 139 (54.69% from 255) = 40.17%
R=16.18%
G=43.64%
B=40.17%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal561511390.6300.080.41172.4245.8940.59
Hex38978B3F0829ac2e29
Octal7022721377010512545651
Binary11100010010111100010111111110100010100110101100101110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38978B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38978B; }

 p { color: rgb(56,151,139); }

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

<style>
 a { background-color: #38978B; }

 a { background-color: rgb(56,151,139); }

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

<style>
 span { border-color: #38978B; }

 span { border-color: rgb(56,151,139); }

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