#38987D

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

Shades of Gossamer #38987D

Tints of Gossamer #38987D

Color information

#38987D (or 0x38987D) is unknown color: approx Gossamer. HEX triplet: 38, 98 and 7D. RGB value is (56,152,125). Sum of RGB (Red+Green+Blue) = 56+152+125=333 (44% of max value = 765). Red value is 56 (22.27% from 255 or 16.82% from 333); Green value is 152 (59.77% from 255 or 45.65% from 333); Blue value is 125 (49.22% from 255 or 37.54% from 333); Max value from RGB is 152 - color contains mainly: green. Hex color #38987D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38987D is #C76782. Grayscale: #787878. Windows color (decimal): -13068163 or 8230968. OLE color: 8230968.

HSL color Cylindrical-coordinate representation of color #38987D: hue angle of 163.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 #38987D is Cyan = 0.63, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.40.

Color convert

RGB56152125-
CMYK0.6300.180.40
HSL163.12º46.15%40.78%-
HSV(B)163.12º63.16%59.61%-
XYZ16.5624.7823.31-
YUV120.22130.782.2-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 16.82%
GREEN value IS 152 (59.77% from 255) = 45.65%
BLUE value IS 125 (49.22% from 255) = 37.54%
R=16.82%
G=45.65%
B=37.54%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal561521250.6300.180.40163.1246.1540.78
Hex38987D3F01228a32e29
Octal7023017577022502435651
Binary11100010011000111110111111101001010100010100011101110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38987D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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