#38AD8C

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

Shades of Gossamer #38AD8C

Tints of Gossamer #38AD8C

Color information

#38AD8C (or 0x38AD8C) is unknown color: approx Gossamer. HEX triplet: 38, AD and 8C. RGB value is (56,173,140). Sum of RGB (Red+Green+Blue) = 56+173+140=369 (48% of max value = 765). Red value is 56 (22.27% from 255 or 15.18% from 369); Green value is 173 (67.97% from 255 or 46.88% from 369); Blue value is 140 (55.08% from 255 or 37.94% from 369); Max value from RGB is 173 - color contains mainly: green. Hex color #38AD8C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #38AD8C is #C75273. Grayscale: #868686. Windows color (decimal): -13062772 or 9219384. OLE color: 9219384.

HSL color Cylindrical-coordinate representation of color #38AD8C: hue angle of 163.08º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #38AD8C is Cyan = 0.68, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.32.

Color convert

RGB56173140-
CMYK0.6800.190.32
HSL163.08º51.09%44.9%-
HSV(B)163.08º67.63%67.84%-
XYZ21.3132.6229.98-
YUV134.26131.2472.18-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 15.18%
GREEN value IS 173 (67.97% from 255) = 46.88%
BLUE value IS 140 (55.08% from 255) = 37.94%
R=15.18%
G=46.88%
B=37.94%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal561731400.6800.190.32163.0851.0944.9
Hex38AD8C4401320a3332d
Octal70255214104023402436355
Binary1110001010110110001100100010001001110000010100011110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38AD8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38AD8C; }

 p { color: rgb(56,173,140); }

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

<style>
 a { background-color: #38AD8C; }

 a { background-color: rgb(56,173,140); }

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

<style>
 span { border-color: #38AD8C; }

 span { border-color: rgb(56,173,140); }

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