#38A17C

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

Shades of Gossamer #38A17C

Tints of Gossamer #38A17C

Color information

#38A17C (or 0x38A17C) is unknown color: approx Gossamer. HEX triplet: 38, A1 and 7C. RGB value is (56,161,124). Sum of RGB (Red+Green+Blue) = 56+161+124=341 (45% of max value = 765). Red value is 56 (22.27% from 255 or 16.42% from 341); Green value is 161 (63.28% from 255 or 47.21% from 341); Blue value is 124 (48.83% from 255 or 36.36% from 341); Max value from RGB is 161 - color contains mainly: green. Hex color #38A17C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38A17C is #C75E83. Grayscale: #7D7D7D. Windows color (decimal): -13065860 or 8167736. OLE color: 8167736.

HSL color Cylindrical-coordinate representation of color #38A17C: hue angle of 158.86º degrees, saturation: 0.48, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #38A17C is Cyan = 0.65, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.37.

Color convert

RGB56161124-
CMYK0.6500.230.37
HSL158.86º48.39%42.55%-
HSV(B)158.86º65.22%63.14%-
XYZ18.0127.7923.48-
YUV125.39127.2178.51-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 16.42%
GREEN value IS 161 (63.28% from 255) = 47.21%
BLUE value IS 124 (48.83% from 255) = 36.36%
R=16.42%
G=47.21%
B=36.36%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal561611240.6500.230.37158.8648.3942.55
Hex38A17C41017259f302b
Octal70241174101027452376053
Binary111000101000011111100100000101011110010110011111110000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38A17C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,161,124); }

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

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

 a { background-color: rgb(56,161,124); }

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

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

 span { border-color: rgb(56,161,124); }

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