#38988D

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

Shades of Gossamer #38988D

Tints of Gossamer #38988D

Color information

#38988D (or 0x38988D) is unknown color: approx Gossamer. HEX triplet: 38, 98 and 8D. RGB value is (56,152,141). Sum of RGB (Red+Green+Blue) = 56+152+141=349 (46% of max value = 765). Red value is 56 (22.27% from 255 or 16.05% from 349); Green value is 152 (59.77% from 255 or 43.55% from 349); Blue value is 141 (55.47% from 255 or 40.40% from 349); Max value from RGB is 152 - color contains mainly: green. Hex color #38988D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #38988D is #C76772. Grayscale: #797979. Windows color (decimal): -13068147 or 9279544. OLE color: 9279544.

HSL color Cylindrical-coordinate representation of color #38988D: hue angle of 173.12º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #38988D is Cyan = 0.63, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.40.

Color convert

RGB56152141-
CMYK0.6300.070.40
HSL173.12º46.15%40.78%-
HSV(B)173.12º63.16%59.61%-
XYZ17.6725.2229.14-
YUV122.04138.780.89-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 16.05%
GREEN value IS 152 (59.77% from 255) = 43.55%
BLUE value IS 141 (55.47% from 255) = 40.40%
R=16.05%
G=43.55%
B=40.40%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal561521410.6300.070.40173.1246.1540.78
Hex38988D3F0728ad2e29
Octal702302157707502555651
Binary1110001001100010001101111111011110100010101101101110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38988D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38988D; }

 p { color: rgb(56,152,141); }

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

<style>
 a { background-color: #38988D; }

 a { background-color: rgb(56,152,141); }

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

<style>
 span { border-color: #38988D; }

 span { border-color: rgb(56,152,141); }

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